slbo
slbo copied to clipboard
Installation instructions could be clearer
I think there were a few non-obvious pitfalls during the installation, that could be made clearer in the readme:
-
the
baselines
package must be installed per the instructions athttps://github.com/openai/baselines
, NOT viapip install baselines
-
rllab
must be downloaded fromhttps://github.com/rll/rllab
and added to thePYTHONPATH
, do NOT runsetup.py install
from inside the repo otherwise thesetup_mujoco.sh
will not run correctly because it won't install mujoco for rllab in the correctsite-packages
subdirectory -
When running
setup_mujoco.sh
from therllab
repo, you must run it from the root of the repo and NOT thescripts
folder due to the use of relative filepaths -
cmake might need to be upgraded on the newest version of OSX (via
brew upgrade cmake
) for mujoco, and
Some of these are rllab
issues, but rllab
is no longer under active development so I wanted to catalog these issues here for posterity
Thanks so much for your inputs. Couldn't have made it work without the heads up. The readme section should have been clearer!