- Solving Snake game using RL training framework RL Baselines3 Zoo and snake environment from snake-ai-pytorch.
- WIP, Current best CNN with PPO algo can be viewed @ wandb run page
From source:
pip install -e .
As a python package:
pip install rl_zoo3
Note: you can do python -m rl_zoo3.train from any folder and you have access to rl_zoo3 command line interface, for instance, rl_zoo3 train is equivalent to python train.py
apt-get install swig cmake ffmpeg
pip install -r requirements.txt
Please see Stable Baselines3 documentation for alternatives to install stable baselines3.