Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki feedback: additional packages #20

Open
csherstan opened this issue Aug 29, 2018 · 1 comment
Open

Wiki feedback: additional packages #20

csherstan opened this issue Aug 29, 2018 · 1 comment

Comments

@csherstan
Copy link
Collaborator

I'm just going to dump a number of points I had written down about the wiki.

I had to install a number of additional packages:

  • python3-pip
  • setuptools
  • wheel
  • psutil
  • python3-tk

Additionally, it wasn't clear which experiments I needed to install baselines for. So the first time I ran dxl_reacher.py I got an error about missing the baselines package.

@danielsnider
Copy link
Collaborator

To add to this, these steps can be followed for getting simulation working:

Installation steps for simulation

The simulation requires OpenAI Baselines and a popular physics simulator called MuJoCo. First install the prerequisites for MuJoCo:

sudo apt-get install patchelf libgl1-mesa-dev libgl1-mesa-glx libglew-dev libosmesa6-dev
pip install baselines==0.1.5

Then install MuJoCo according to their install guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants