Views
No views yet
# Download model and save it into the logs/ folder
python -m rl_zoo3.load_from_hub --algo ars --env Swimmer-v3 -orga sb3 -f logs/
python enjoy.py --algo ars --env Swimmer-v3 -f logs/python train.py --algo ars --env Swimmer-v3 -f logs/
# Upload the model and generate video (when possible)
python -m rl_zoo3.push_to_hub --algo ars --env Swimmer-v3 -f logs/ -orga sb31OrderedDict([('alive_bonus_offset', 0),
2 ('delta_std', 0.01),
3 ('learning_rate', 0.02),
4 ('n_delta', 1),
5 ('n_envs', 2),
6 ('n_timesteps', 2000000.0),
7 ('n_top', 1),
8 ('policy', 'LinearPolicy'),
9 ('normalize', False)])