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

[question] Tuning Gym env variable? #58

Closed jarlva closed 4 years ago

jarlva commented 4 years ago

In Gym, it's possible to pass arguments to the env when making it. I.e.,: env = gym.make('Myrl-v0', **params) Is it possible to tune a gym env variable with baseline-zoo train (or otherwise)?

araffin commented 4 years ago

hello,

it is currently not possible with the current rl zoo version, but you can easily allow it on a custom version of the zoo.