Views
No views yet
# Download model and save it into the logs/ folder
python -m utils.load_from_hub --algo ppo --env AsteroidsNoFrameskip-v4 -orga HumanCompatibleAI -f logs/
python enjoy.py --algo ppo --env AsteroidsNoFrameskip-v4 -f logs/python train.py --algo ppo --env AsteroidsNoFrameskip-v4 -f logs/
# Upload the model and generate video (when possible)
python -m utils.push_to_hub --algo ppo --env AsteroidsNoFrameskip-v4 -f logs/ -orga HumanCompatibleAI1OrderedDict([('batch_size', 256),
2 ('clip_range', 'lin_0.1'),
3 ('ent_coef', 0.01),
4 ('env_wrapper',
5 ['stable_baselines3.common.atari_wrappers.AtariWrapper']),
6 ('frame_stack', 4),
7 ('learning_rate', 'lin_2.5e-4'),
8 ('n_envs', 8),
9 ('n_epochs', 4),
10 ('n_steps', 128),
11 ('n_timesteps', 10000000.0),
12 ('policy', 'CnnPolicy'),
13 ('vf_coef', 0.5),
14 ('normalize', False)])