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.12k stars 208 forks source link

Gym env wrapper hyperparameters #25

Closed tatsubori closed 5 years ago

tatsubori commented 5 years ago

Housekeeping to allow specifying environment wrappers in hyperparams.

Now wrappers are specified in hyperparams. e.g. ppo2.yml MiniGrid-DoorKey-5x5-v0: env_wrapper: gym_minigrid.wrappers.FlatObsWrapper # requires --gym-packages gym_minigrid ...

Let me know your preferences.

araffin commented 5 years ago

Another thing: please add instructions and your name (under contributors) in the README ;)