A tiny reinforcement learning codebase for continuous control, built on top of JAX. Minimal, self-contained and research-friendly. Inspired by Ilya Kostrikov's jaxrl.
pip install --upgrade "jax[cuda]==0.3.25" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
git clone https://github.com/kevinzakka/nanorl && cd nanorl
pip install -r requirements.txt
pip install -e ".[all]"