erwincoumans / motion_imitation

Code accompanying the paper "Learning Agile Robotic Locomotion Skills by Imitating Animals"
Apache License 2.0
1.13k stars 284 forks source link

python versions #64

Closed nicolas42 closed 3 years ago

nicolas42 commented 3 years ago

I have difficulties using this system with python 3.9 so I set up a conda environment with python 3.7. It took me a while to work this out. Could you put a small note in the readme about the python version that you use?

Btw great repo

erwincoumans commented 3 years ago

We tried with python 3.7 and python 3.8. Thanks for the report, added a mention.

Getting Started
We use this repository with Python 3.7 or Python 3.8 on Ubuntu, MacOS and Windows.