A course covering AI for robotics, which includes modules specifically for foundations, deep learning, and reinforcement learning.
- Pixi package manager
- macOS, Linux, or Windows
- Clone the repository:
git clone git@bitbucket.org:mechatronica/ai4rob_course.git
cd ai4rob_course- Install dependencies using pixi:
pixi installTo start the local development server:
pixi run serveThis will start the MkDocs development server at http://127.0.0.1:8000/
To build the static site:
pixi run buildThe built site will be in the site/ directory.