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 seals/HalfCheetah-v0 -orga HumanCompatibleAI -f logs/
python enjoy.py --algo ppo --env seals/HalfCheetah-v0 -f logs/
If you installed the RL Zoo3 via pip (pip install rl_zoo3), from anywhere you can do: