Installation

panda-gym is at least compatible with Windows, MacOS and Ubuntu, and python 3.7, 3.8, 3.9 and 3.10.

With pip

To install panda-gym with pip, run:

pip install panda-gym

From source

To install panda-gym from source, run:

git clone https://github.com/qgallouedec/panda-gym/
cd panda-gym
pip install -e .