This project uses uv.
To run the code examples, please do:
- Clone the repository
git clone https://github.com/ci-group/ariel.git- Create a uv virtual environment inside the repository folder
uv venv- Sync the virtual environment with the requirements
uv sync- Run an example, in this case, brain evolution (aka learning) using:
uv run examples/re_book/1_brain_evolution.py