Skip to content
/ unRL Public

unRL (AKA "unreal") is a set of libraries providing Reinforcement Learning algorithms implemented in PyTorch or Jax.

License

Notifications You must be signed in to change notification settings

rafonsor/unRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unRL

unRL (AKA "unreal") is a set of libraries providing Reinforcement Learning algorithms implemented with PyTorch and Jax frameworks.

The scope of RL algorithms considered is not yet defined, but meant to be broad. So, whether the prefix stands for "universal", (deep) "unsupervised", or simply "(f)un" is not important.

The first PyPi release will occur for version 0.1. For those looking for a polished deep RL library using Jax specifically, consider deepmind's Haiku instead.


NOTE: The unrl package is undergoing refactoring from pure Python implementations to being powered by PyTorch (and NumPy).

Compatibility

The target Python language version meant for backwards compatibility is 3.10.

Releases

No releases published

Packages

No packages published

Languages