Views
No views yet
# Download model and save it into the logs/ folder
python -m rl_zoo3.load_from_hub --algo qrdqn --env EnduroNoFrameskip-v4 -orga sb3 -f logs/
python enjoy.py --algo qrdqn --env EnduroNoFrameskip-v4 -f logs/python train.py --algo qrdqn --env EnduroNoFrameskip-v4 -f logs/
# Upload the model and generate video (when possible)
python -m rl_zoo3.push_to_hub --algo qrdqn --env EnduroNoFrameskip-v4 -f logs/ -orga sb31OrderedDict([('env_wrapper',
2 ['stable_baselines3.common.atari_wrappers.AtariWrapper']),
3 ('exploration_fraction', 0.025),
4 ('frame_stack', 4),
5 ('n_timesteps', 10000000.0),
6 ('optimize_memory_usage', True),
7 ('policy', 'CnnPolicy'),
8 ('normalize', False)])