Code for course on Machine Learning for Robot Planning.
- Python 3.10+
- Tested on MacOS Catalina
- Recommended: create and source a virtualenv.
pip install -e ".[develop]"
Run ./run_ci_checks.sh
. It should complete with all green successes in 5-10 seconds.