Views
No views yet
# Download model and save it into the logs/ folder
python -m rl_zoo3.load_from_hub --algo tqc --env Pendulum-v1 -orga sb3 -f logs/
python enjoy.py --algo tqc --env Pendulum-v1 -f logs/python train.py --algo tqc --env Pendulum-v1 -f logs/
# Upload the model and generate video (when possible)
python -m rl_zoo3.push_to_hub --algo tqc --env Pendulum-v1 -f logs/ -orga sb31OrderedDict([('learning_rate', 0.001),
2 ('n_timesteps', 20000),
3 ('policy', 'MlpPolicy'),
4 ('normalize', False)])