CORL
RL algorithm library
Provides high-quality implementations of offline and offline-to-online reinforcement learning algorithms in Python.
High-quality single-file implementations of SOTA Offline and Offline-to-Online RL algorithms: AWAC, BC, CQL, DT, EDAC, IQL, SAC-N, TD3+BC, LB-SAC, SPOT, Cal-QL, ReBRAC
482 stars
3 watching
20 forks
Language: Python
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
conglu1997/v-d4rl | Provides pre-built datasets and code for offline reinforcement learning from visual observations using deep learning algorithms | 95 |
mushroomrl/mushroom-rl | A Python library for reinforcement learning algorithms and environments. | 825 |
denisyarats/exorl | Provides exploratory data and algorithms for offline reinforcement learning in various control domains | 105 |
rl-tools/rl-tools | A comprehensive deep reinforcement learning library for continuous control tasks | 216 |
takuseno/d3rlpy | An open-source deep reinforcement learning library that supports offline and online training, providing an intuitive API for practitioners and researchers. | 1,327 |
toni-sm/skrl | A modular reinforcement learning library with support for various environments and frameworks | 560 |
luchris429/purejaxrl | A high-performance implementation of reinforcement learning training pipelines using JAX and PyTorch-like functionality | 722 |
farama-foundation/minari | A Python library for offline reinforcement learning research, providing datasets and utilities. | 294 |
catohaste/pomdp | An implementation of a reinforcement learning algorithm based on a partially observable Markov decision process for a simple decision task | 52 |
ikostrikov/pytorch-ddpg-naf | An implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks. | 307 |
kaixhin/rainbow | A Python implementation of a deep reinforcement learning algorithm combining multiple techniques for improved performance in Atari games | 1,585 |
chainer/chainerrl | A deep reinforcement learning library built on top of Chainer. | 1,174 |
rlworkgroup/garage | A toolkit for developing and evaluating reinforcement learning algorithms in a reproducible manner | 1,883 |
ikostrikov/jaxrl | Provides JAX implementations of various reinforcement learning algorithms with continuous action spaces. | 630 |
alex-petrenko/sample-factory | A high-throughput reinforcement learning library with optimized synchronous and asynchronous implementations of policy gradients. | 830 |