-
-
Notifications
You must be signed in to change notification settings - Fork 837
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] Can Env.render
take arguments?
#283
Comments
Env.render
take arguments?
It used to be the case that |
Thanks for the clarification. Then the |
I've just seen #301 (comment). Should we consider |
The roadmap needs to be updated for a new release in the next week not listed on the roadmap so it will replace |
Question
This line suggests that it is possible to pass [keyword] arguments to the
gym.Env.render
method.Gymnasium/gymnasium/wrappers/pixel_observation.py
Line 199 in b4caf9d
Which seems not to be consistent with how
gym.Env
is implemented in core.Gymnasium/gymnasium/core.py
Line 146 in d46ff0e
Am I right?
The text was updated successfully, but these errors were encountered: