Caltech-AMBER / ambersim

In-house tools built on GPU-accelerated simulation
MIT License
7 stars 2 forks source link

Fixes to the installation script #26

Closed alberthli closed 12 months ago

alberthli commented 12 months ago

The installation script had a bug in it that didn't properly check whether empty string args were passed as an option. For example, the following would error out:

./install_mj_source.sh -h "" --mujoco-dir ""

We now add a check to see if empty double quotes were passed and the options are parsed correctly.