Add the dependency to the gym library
* Include a conda environment file * To create a new environment execute: - conda env create -f environment.yml
environment.yml
0 → 100644
... | @@ -59,3 +59,5 @@ threadpoolctl==2.2.0 | ... | @@ -59,3 +59,5 @@ threadpoolctl==2.2.0 |
# via scikit-learn | # via scikit-learn | ||
typing-extensions==3.10.0.2 | typing-extensions==3.10.0.2 | ||
# via qdpy | # via qdpy | ||
gym==0.20.0 | |||
git+https://github.com/benelot/pybullet-gym |
Please register or sign in to comment