brentyi / nanorl

A tiny reinforcement learning codebase for continuous control, built on top of JAX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nanorl

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.

Installation

  1. pip install --upgrade "jax[cuda]==0.3.25" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
  2. git clone https://github.com/kevinzakka/nanorl && cd nanorl
  3. pip install -r requirements.txt
  4. pip install -e ".[all]"

About

A tiny reinforcement learning codebase for continuous control, built on top of JAX.

License:Apache License 2.0


Languages

Language:Python 92.8%Language:Shell 6.7%Language:Makefile 0.6%