A pet research project for learning modern reinforcement learning — with a taste of JAX and robotics. You can find the full documentation here. Also, you can follow my progress on my blog and YouTube channel.
Install the required packages:
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtBuild local docs:
mkdocs serve