Skip to content

Commit

Permalink
typo fix Gymnasium-MuJoCo-v5_Environments.md (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Oct 18, 2024
1 parent f74a447 commit f3c128a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-10-04-Gymnasium-MuJoCo-v5_Environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ env = gymnasium.make('Ant-v5', xml_file='./mujoco_menagerie/anybotics_anymal_b/s
Here all we have to do is change the `xml_file` argument, and set the `healthy_z_range`, because the robot has a different height than the default `Ant` robot. In general, we will have to change the `healthy_z_range` to fit the robot.
![](./media/anymalb_small.gif)

### Example [Unitree Go1](https://github.com/deepmind/mujoco_menagerie/blob/main/unitree_go1/README.md)
### Example [Unitree Go1](https://github.com/deepmind/mujoco_menagerie/blob/main/unitree_go1/README.md)
```py
env = gymnasium.make('Ant-v5', xml_file='./mujoco_menagerie/unitree_go1/scene.xml', healthy_z_range=(0.195, 0.75), ctrl_cost_weight=0.05)
```
Expand Down

0 comments on commit f3c128a

Please sign in to comment.