Skip to content

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

License

Notifications You must be signed in to change notification settings

kevinzakka/nanorl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published