A simple script to automate the setup process of Habitat AI
- All the Dataset Options
- Episode Datasets
--CUDA
param
- The script fails for me, however even in failure is a concise way to access all the needed commands.
- The script does not use the CUDA flag yet
- If the install fails, you will need to comment out (
#
) sections of the script to re-run (ie. conda create, git clone) - Mac specific issues are addressed in comments in the script.
Reguires a Posix terminal (Bash, Zsh etc).
Turn the script into an executable
chmod +x setup.sh
./setup.sh
- The conda env name has
v#
in the name because I like to number my environments because I find I often corrupt them. - ChatGPT helped with creating some of the bash commands and comments.
- Useful to note: Habitat Config keys and Config Information
- [SLURM Integration](python -u -m habitat_baselines.run --config-name=config.yaml
hydra/launcher=submitit_slurm --multirun) - CPP API Docs
- Examples: Habitat Gym, incorporating baselines, visualization