gym icon indicating copy to clipboard operation
gym copied to clipboard

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

Open GuochenZhou opened this issue 1 year ago • 1 comments

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

GuochenZhou avatar Feb 18 '24 14:02 GuochenZhou

>>> 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,

Kallinteris-Andreas avatar Mar 07 '24 09:03 Kallinteris-Andreas