kengz / SLM-Lab

Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
https://slm-lab.gitbook.io/slm-lab/
MIT License
1.24k stars 264 forks source link

Run without roboschool #428

Closed ThGravo closed 4 years ago

ThGravo commented 4 years ago

Is it possible to run without roboschool? On the server I'm using installing roboschool fails, but it seems the code depends on it although I'm not trying to run an environment from roboschool.

kengz commented 4 years ago

Hi @ThGravo , you can just comment them out on your local version of the repo: They occur at these locations: https://github.com/kengz/SLM-Lab/search?q=%22import+roboschool%22&unscoped_q=%22import+roboschool%22