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.
☆107Updated 10 months ago
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☆169Updated 4 months ago
- Clean baseline implementation of PPO using an episodic TransformerXL memory☆162Updated 7 months ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆166Updated 5 months ago
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆174Updated last year
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆129Updated 8 months ago
- ☆191Updated last year
- Datasets with baselines for offline multi-agent reinforcement learning.☆157Updated 2 months ago
- Implementation of Trajectory Transformer with attention caching and batched beam search☆108Updated last year
- 🤖 Elegant implementations of offline safe RL algorithms in PyTorch☆185Updated 4 months ago
- Partially Observable Process Gym☆170Updated 6 months ago
- Baseline implementation of recurrent PPO using truncated BPTT☆132Updated 8 months ago
- Minimal implementation of Decision Transformer: Reinforcement Learning via Sequence Modeling in PyTorch for mujoco control tasks in Open…☆256Updated 2 years ago
- ☆242Updated 2 years ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆339Updated 3 years ago
- ☆209Updated last month
- Author's PyTorch implementation of TD7 for online and offline RL☆122Updated last year
- pytorch-implementation of Dreamer (Model-based Image RL Algorithm)☆165Updated 2 years ago
- Prioritized Experience Replay implementation with proportional prioritization☆75Updated last year
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆121Updated 5 months ago
- A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing☆134Updated 5 months ago
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆159Updated 2 years ago
- Pytorch version of Dreamer, which follows the original TF v2 codes.☆121Updated 2 years ago
- Code for MOPO: Model-based Offline Policy Optimization☆173Updated 2 years ago
- Deep Transformer Q-Networks for Partially Observable Reinforcement Learning☆151Updated 6 months ago
- Re-implementations of SOTA RL algorithms.☆129Updated last year
- JAX implementation of deep RL agents with resets from the paper "The Primacy Bias in Deep Reinforcement Learning"☆102Updated 2 years ago
- Multi-objective Gymnasium environments for reinforcement learning☆300Updated last month
- PyTorch implementation of Never Give Up: Learning Directed Exploration Strategies☆57Updated 3 years ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆154Updated 2 months ago
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆94Updated 4 years ago