This project...
This project depends on the following software packages:
- Python >= 3.11
- ManiSkill2
- Pinnochio
The documentation of the project can be found in https://rafaelbauer.github.io/neuro-ceiling/
As a developer, to generate the documentation locally and run it in localhost, run:
mkdocs serve
To publish to the github pages, run:
mkdocs gh-deploy
All the dependencies are in the environment.yml file. In order to have them installed, all you need is to have the following installed
- Python
- Conda
To see how to set up the environment, see the set-up environment page