You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add build directory to the git ignore file.
* Updating mujoco-py for mujoco 2.0
* Removing commented out test.
* Remove windows support.
* Alpha version prerelease.
[MuJoCo](http://mujoco.org/) is a physics engine for detailed, efficient rigid body simulations with contacts. `mujoco-py` allows using MuJoCo from Python 3.
5
+
[MuJoCo](http://mujoco.org/) is a physics engine for detailed, efficient rigid body simulations with contacts.
6
+
`mujoco-py` allows using MuJoCo from Python 3.
7
+
8
+
This library has been updated to be compatible with MuJoCo version 2.0 released on 10/1/2018.
9
+
6
10
7
11
## Synopsis
8
12
@@ -15,33 +19,32 @@ The following platforms are currently supported:
15
19
16
20
The following platforms are DEPRECATED and unsupported:
17
21
18
-
- Windows support is DEPRECATED and will be removed soon. One known good past version is [1.50.1.68](https://github.com/openai/mujoco-py/blob/9ea9bb000d6b8551b99f9aa440862e0c7f7b4191/README.md#requirements).
22
+
- Windows support has been DEPRECATED and removed in [2.0.2.0]. One known good past version is [1.50.1.68](https://github.com/openai/mujoco-py/blob/9ea9bb000d6b8551b99f9aa440862e0c7f7b4191/README.md#requirements).
19
23
- Python 2 has been DEPRECATED and removed in [1.50.1.0](https://github.com/openai/mujoco-py/releases/tag/1.50.1.0). Python 2 users can stay on the [`0.5` branch](https://github.com/openai/mujoco-py/tree/0.5). The latest release there is [`0.5.7`](https://github.com/openai/mujoco-py/releases/tag/0.5.7) which can be installed with `pip install mujoco-py==0.5.7`.
20
24
21
25
### Install MuJoCo
22
26
23
27
1. Obtain a 30-day free trial on the [MuJoCo website](https://www.roboti.us/license.html)
24
28
or free license if you are a student.
25
29
The license key will arrive in an email with your username and password.
0 commit comments