Caltech-AMBER / ambersim

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

Bug in path of `install.sh` #42

Closed alberthli closed 10 months ago

alberthli commented 10 months ago

The last line command of install.sh will throw an error when you try to call the script since we moved the files but forgot to change the path of the install_mj_source.sh script.

# Checking whether to install mujoco from source
if [ "$source" = true ] ; then
    bash install_mj_source.sh -h "$hash" --mujoco-dir "$mujoco_dir"
fi