Rainbow
RL framework
A Python implementation of a deep reinforcement learning algorithm combining multiple techniques for improved performance in Atari games
Rainbow: Combining Improvements in Deep Reinforcement Learning
2k stars
41 watching
283 forks
Language: Python
last commit: almost 3 years ago deep-learningdeep-reinforcement-learning
Related projects:
Repository | Description | Stars |
---|---|---|
kaixhin/atari | A deep reinforcement learning framework for Atari games using persistent advantage learning and dueling double DQN architecture. | 264 |
luchris429/purejaxrl | A high-performance implementation of reinforcement learning training pipelines using JAX and PyTorch-like functionality | 722 |
matthiasplappert/keras-rl | A Python library implementing state-of-the-art deep reinforcement learning algorithms for Keras and OpenAI Gym environments. | 7 |
kunqian2025/reinforcement-learning | A collection of implementations of reinforcement learning algorithms in MATLAB | 60 |
sjtu-marl/malib | A framework for parallel population-based reinforcement learning | 497 |
iffix/machin | An open-source reinforcement learning library for PyTorch, providing a simple and clear implementation of various algorithms. | 401 |
astooke/rlpyt | A modular and unified framework for implementing common deep reinforcement learning algorithms in PyTorch | 2,233 |
ikostrikov/pytorch-ddpg-naf | An implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks. | 307 |
enlite-ai/maze | An RL framework for building and training reinforcement learning models in Python | 265 |
horizonrobotics/alf | A reinforcement learning framework designed to implement complex algorithms with flexibility and ease of use | 302 |
layssi/carla_ray_rlib | An open-source reinforcement learning framework for autonomous driving tasks using the Carla-Simulator environment and Ray/Rllib libraries. | 35 |
mushroomrl/mushroom-rl | A Python library for reinforcement learning algorithms and environments. | 825 |
jingweiz/pytorch-rl | A comprehensive project that provides an implementation of deep reinforcement learning algorithms using PyTorch and Visdom. | 797 |
coax-dev/coax | A modular framework for building reinforcement learning agents in Python using Gymnasium and JAX. | 167 |
floringogianu/categorical-dqn | An implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games. | 96 |