michaelnny / deep_rl_zoo
A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartPole, LunarLander, and MountainCar.
☆109Updated last year
Alternatives and similar repositories for deep_rl_zoo:
Users that are interested in deep_rl_zoo are comparing it to the libraries listed below
- Level-based Foraging (LBF): A multi-agent environment for RL☆179Updated 7 months ago
- Datasets with baselines for offline multi-agent reinforcement learning.☆166Updated last week
- Clean baseline implementation of PPO using an episodic TransformerXL memory☆175Updated 10 months ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆135Updated 11 months ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆177Updated 9 months ago
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆181Updated 2 years ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆126Updated 9 months ago
- Deep Transformer Q-Networks for Partially Observable Reinforcement Learning☆161Updated 9 months ago
- Multi-objective Gymnasium environments for reinforcement learning☆317Updated 2 months ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆359Updated 3 years ago
- PyTorch implementation of DreamerV2 model-based RL algorithm☆217Updated 2 years ago
- PyTorch implementation of SAC-Discrete.☆304Updated 9 months ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆167Updated 3 years ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆123Updated 4 years ago
- 🤖 Elegant implementations of offline safe RL algorithms in PyTorch☆200Updated 7 months ago
- PyTorch implementation of Never Give Up: Learning Directed Exploration Strategies☆57Updated 4 years ago
- PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER,…☆86Updated 2 years ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆167Updated 5 months ago
- ☆195Updated 2 years ago
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆96Updated 4 years ago
- A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing☆133Updated 9 months ago
- Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.☆349Updated 2 years ago
- Lightweight multi-agent gridworld Gym environment☆207Updated last year
- Author's PyTorch implementation of TD7 for online and offline RL☆141Updated last year
- Re-implementations of SOTA RL algorithms.☆131Updated last year
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆314Updated 3 years ago
- Baseline implementation of recurrent PPO using truncated BPTT☆142Updated last year
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆210Updated 2 years ago
- Partially Observable Process Gym☆187Updated 10 months ago
- Prioritized Experience Replay implementation with proportional prioritization☆77Updated last year