BY571 / IQN-and-ExtensionsLinks
PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER, Noisy layer, N-step bootstrapping, Dueling architecture and parallel env support.
☆90Updated 2 years ago
Alternatives and similar repositories for IQN-and-Extensions
Users that are interested in IQN-and-Extensions are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of FQF, IQN and QR-DQN.☆178Updated 11 months ago
- Distributional Soft Actor Critic☆55Updated 5 years ago
- A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing☆132Updated 11 months ago
- Random network distillation on Montezuma's Revenge and Super Mario Bros.☆50Updated last month
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆96Updated 5 years ago
- Soft Actor-Critic with advanced features☆50Updated last week
- A pytorch reprelication of the model-based reinforcement learning algorithm MBPO☆170Updated 3 years ago
- Implementation of Bootstrap DQN and Randomized Prior Functions on ALE☆55Updated 3 months ago
- Codes accompanying the paper "Learning Nearly Decomposable Value Functions with Communication Minimization" (ICLR 2020)☆81Updated 2 years ago
- ☆198Updated 2 years ago
- discrete soft Q learning(SQL) and soft Q imitation learning(SQIL) implementation in pytorch, simple!☆56Updated 2 years ago
- ☆49Updated 3 years ago
- Deep Reinforcement Learning for Continuous Control in PyTorch☆100Updated 3 years ago
- MARS is shortened for Multi-Agent Research Studio, a library for mulit-agent reinforcement learning research.☆49Updated last year
- Prioritized Experience Replay implementation with proportional prioritization☆81Updated last year
- DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow,…☆123Updated 4 years ago
- PyTorch implementation of Stochastic Latent Actor-Critic(SLAC).☆93Updated 11 months ago
- Author's PyTorch implementation of TD7 for online and offline RL☆145Updated last year
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆180Updated 2 years ago
- ☆18Updated 2 years ago
- Implementation of Trajectory Transformer with attention caching and batched beam search☆111Updated 2 years ago
- Official PyTorch code for "Recurrent Off-policy Baselines for Memory-based Continuous Control" (DeepRL Workshop, NeurIPS 21)☆85Updated last year
- PyTorch Implementation of the Maximum a Posteriori Policy Optimisation☆76Updated 2 years ago
- pytorch-implementation of Dreamer (Model-based Image RL Algorithm)☆166Updated 5 months ago
- Code for MOPO: Model-based Offline Policy Optimization☆179Updated 3 years ago
- Benchmarking RL generalization in an interpretable way.☆157Updated last week
- JAX implementation of deep RL agents with resets from the paper "The Primacy Bias in Deep Reinforcement Learning"☆100Updated 3 years ago
- Conservative Q Learning on top of SAC☆131Updated 2 years ago
- ☆76Updated last year
- PyTorch IMPALA implementation