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
Copy file name to clipboardexpand all lines: README.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,18 @@
2
2
3
3
[MuJoCo](http://mujoco.org/) is a physics engine for detailed, efficient rigid body simulations with contacts. `mujoco-py` allows using MuJoCo from Python 3.
4
4
5
-
Upgrade note: Since version 1.50.1.0, only Python 3 is supported. 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`.
6
-
7
5
## Synopsis
8
6
7
+
### Requirements
8
+
9
+
The following platforms are currently supported:
10
+
11
+
- Linux with Python 3.5.2. See [the `Dockerfile`](Dockerfile) for the canonical list of system dependencies. Support for Python 3.6 [is planned](https://github.com/openai/mujoco-py/issues/52).
12
+
- OS X with Python 3.5.2. Support for Python 3.6 [is planned](https://github.com/openai/mujoco-py/issues/52).
13
+
- Windows (experimental) with Python 3.5.2. See [the Appveyor file](https://github.com/openai/mujoco-py/blob/master/.appveyor.yml#L16-L32) for the canonical list of dependencies.
14
+
15
+
Python 2 has been desupported since [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`.
16
+
9
17
### Install MuJoCo
10
18
11
19
1. Obtain a 30-day free trial on the [MuJoCo website](https://www.roboti.us/license.html)
@@ -24,8 +32,6 @@ To include `mujoco-py` in your own package, add it to your requirements like so:
24
32
```
25
33
mujoco-py<1.50.2,>=1.50.1
26
34
```
27
-
If you encounter errors during installation, please refer to [the `Dockerfile`](Dockerfile) for the canonical list of system dependencies on Linux.
28
-
29
35
To play with `mujoco-py` interactively, follow these steps:
0 commit comments