The RL Zoo is a training framework for Stable Baselines3
reinforcement learning agents,
with hyperparameter optimization and pre-trained agents included.
# Download model and save it into the logs/ folder
python -m rl_zoo3.load_from_hub --algo ppo --env CartPole-v1 -orga HumanCompatibleAI -f logs/
python -m rl_zoo3.enjoy --algo ppo --env CartPole-v1 -f logs/
If you installed the RL Zoo3 via pip (pip install rl_zoo3), from anywhere you can do: