michaelnny / deep_rl_zooLinks
A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartPole, LunarLander, and MountainCar.
☆115Updated 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
Sorting:
- Level-based Foraging (LBF): A multi-agent environment for RL☆188Updated 10 months ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆182Updated last year
- Multi-objective Gymnasium environments for reinforcement learning☆336Updated last month
- Datasets with baselines for Offline MARL.☆176Updated last week
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆213Updated 2 years ago
- Clean baseline implementation of PPO using an episodic TransformerXL memory☆183Updated last year
- Minimal implementation of Decision Transformer: Reinforcement Learning via Sequence Modeling in PyTorch for mujoco control tasks in Open…☆278Updated 3 years ago
- Prioritized Experience Replay implementation with proportional prioritization☆81Updated 2 years ago
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆180Updated 2 years ago
- PyTorch implementation of SAC-Discrete.☆307Updated last year
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆143Updated 6 years ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆317Updated 2 years ago
- A collection of pre-trained RL agents using Stable Baselines3☆134Updated 9 months ago
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆121Updated 4 years ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆136Updated last year
- Deep Transformer Q-Networks for Partially Observable Reinforcement Learning☆165Updated last year
- A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing☆134Updated 2 weeks ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆318Updated 3 years ago
- Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022☆329Updated 11 months ago
- Re-implementations of SOTA RL algorithms.☆134Updated last year
- Partially Observable Process Gym☆196Updated last month
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆366Updated 3 years ago
- 🤖 Elegant implementations of offline safe RL algorithms in PyTorch☆207Updated 10 months ago
- Code for the paper "Phasic Policy Gradient"☆262Updated 2 years ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆175Updated 3 years ago
- Baseline implementation of recurrent PPO using truncated BPTT☆149Updated last year
- Experiments with reinforcement learning and recurrent neural networks☆114Updated last year
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆130Updated last year
- Lightweight multi-agent gridworld Gym environment☆209Updated last year
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆96Updated 5 years ago