From 66cb7d611b01ab644b07b016a42beb023e5246de Mon Sep 17 00:00:00 2001 From: Saran Tunyasuvunakool Date: Sat, 3 Dec 2022 07:13:39 -0800 Subject: [PATCH] Remove `mujoco-py` from the list of bindings advertised in README. Also make the mention of Python bindings and Unity plugin in the intro section more prominent by breaking it into a separate paragraph. PiperOrigin-RevId: 492686331 Change-Id: I7ff04219e29d0bd2051c4f218e59aca1639237b7 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7fbb39c..0475279a 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,9 @@ simulation module is tuned to maximize performance and operates on low-level data structures that are preallocated by the built-in XML compiler. The library includes interactive visualization with a native GUI, rendered in OpenGL. MuJoCo further exposes a large number of utility functions for computing -physics-related quantities. We also provide Python bindings and a plug-in for -the [Unity] game engine. +physics-related quantities. + +We also provide Python bindings and a plug-in for the [Unity] game engine. ## Installation @@ -147,7 +148,6 @@ These packages give users of various languages access to MuJoCo functionality: - **Swift**: [swift-mujoco](https://github.com/liuliu/swift-mujoco) - **Java**: [mujoco-java](https://github.com/CommonWealthRobotics/mujoco-java) -- **Python**: [mujoco-py](https://github.com/openai/mujoco-py) (unmaintained) - **Julia**: [Lyceum](https://github.com/Lyceum/MuJoCo.jl) (unmaintained)