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

Is there any tools for changing the hyperparameter of the mujoco environment? #3256

Open
GuochenZhou opened this issue Feb 18, 2024 · 1 comment

Comments

@GuochenZhou
Copy link

Is there any tools for changing the hyperparameter of the mujoco environment? Such as changing the gravity of the hopper-v3 environment?

@Kallinteris-Andreas
Copy link

>>> import gymnasium
>>> env = gymnasium.make("Hopper-v5")
>>> env.unwrapped.model.opt.gravity  # change this

Note:
We have launched gymnasium, a fork of Gym by the maintainers where all maintenance and improvements will happen moving forward.
Therefore, we are not supporting or maintaining this repo anymore,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants