Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[question] Tuning Gym env variable? #58

Closed
jarlva opened this issue Dec 20, 2019 · 1 comment · Fixed by #73
Closed

[question] Tuning Gym env variable? #58

jarlva opened this issue Dec 20, 2019 · 1 comment · Fixed by #73
Labels
question Further information is requested

Comments

@jarlva
Copy link

jarlva commented Dec 20, 2019

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 araffin added the question Further information is requested label Dec 20, 2019
@araffin
Copy link
Owner

araffin commented Dec 20, 2019

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.

araffin pushed a commit that referenced this issue Apr 7, 2020
)

* Optional keyword argument to pass to the env constructor. Solve #58

* Arguments correction (avoiding mutable as default) and example in README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants