googlecolab / colabtools

Python libraries for Google Colaboratory
Apache License 2.0
2.21k stars 724 forks source link

Setting up MuJoCo in Google Colabs #432

Closed Akella17 closed 5 years ago

Akella17 commented 5 years ago

I want to know a workaround for setting up mujoco-py (please find the instructions for installation mentioned in this link: https://github.com/openai/mujoco-py) on Colaboratory.

I am sharing my ipython notebook (https://drive.google.com/file/d/1L-SzAYSNLruiJttNrnSk7W2vex2e9yev/view?usp=sharing) so that you can take a closer look.

Akella17 commented 5 years ago

Are there any updates regarding this issue?

Akella17 commented 5 years ago

I think I found the issue. MuJoCo's license is based on the activation keys generated from the computer and OS (limited to 3 registrations per year). This practically makes it impossible to use MuJoCo with Colabs. Hope this helps!!