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

is dependency on MuJoCo key necessary? #13

Closed
divideby2 opened this issue Feb 13, 2019 · 1 comment
Closed

is dependency on MuJoCo key necessary? #13

divideby2 opened this issue Feb 13, 2019 · 1 comment

Comments

@divideby2
Copy link

Garage software install requires MuJoCo key which is free for a month and subsequently requires a paid license. If MuJoCo is not being used in AST, then an alternative can be provided.

@ancorso
Copy link
Collaborator

ancorso commented Feb 13, 2019

Hello!

Please take a look at our travis.yml to see how to install AST without a MuJoCo key. I've copied the relevant sections below. I will leave this issue open until we have a setup process in the documentation that describes this in detail.

Install garage and dependencies

  • cd Toolbox/garage
  • touch mjkey.txt
  • echo "hello" > mjkey.txt
  • ./scripts/setup_linux.sh --mjkey mjkey.txt --modify-bashrc
  • rm mjkey.txt
  • source ~/miniconda2/bin/activate garage

Run AST setup

  • cd ../../
  • source setup.sh

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

No branches or pull requests

3 participants