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

GitHub

491 stars
3 watching
22 forks
Language: Python
last commit: 11 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

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 94
mushroomrl/mushroom-rl A Python library for reinforcement learning algorithms and environments. 824
denisyarats/exorl Provides exploratory data and algorithms for offline reinforcement learning in various control domains 105
rl-tools/rl-tools An open-source C++ library for training reinforcement learning policies and controlling continuous-control environments. 680
takuseno/d3rlpy An open-source deep reinforcement learning library that supports offline and online training, providing an intuitive API for practitioners and researchers. 1,349
toni-sm/skrl A modular reinforcement learning library with support for various environments and frameworks 588
luchris429/purejaxrl A high-performance implementation of reinforcement learning training pipelines using JAX and PyTorch-like functionality 755
farama-foundation/minari A Python library for offline reinforcement learning research, providing datasets and utilities. 310
catohaste/pomdp An implementation of a reinforcement learning algorithm based on a partially observable Markov decision process for a simple decision task 54
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,591
chainer/chainerrl A deep reinforcement learning library built on top of Chainer. 1,179
rlworkgroup/garage A toolkit for developing and evaluating reinforcement learning algorithms in a reproducible manner 1,893
ikostrikov/jaxrl Provides JAX implementations of various reinforcement learning algorithms with continuous action spaces. 640
alex-petrenko/sample-factory A high-throughput reinforcement learning library with optimized synchronous and asynchronous implementations of policy gradients. 839