araffin / rl-baselines-zoo

A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
https://stable-baselines.readthedocs.io/
MIT License
1.13k stars 208 forks source link

Wrap enjoy in main() - Resolves #8 #9

Closed iandanforth closed 5 years ago

araffin commented 5 years ago

Thanks, quick question: does it also affects the training? I mean, is it also needed for train.py?

iandanforth commented 5 years ago

Possibly! Though as I haven't encountered it there I didn't want to guess.