jmichaux / dqn-pytorchLinks
DQN to play Atari Pong
☆115Updated 6 years ago
Alternatives and similar repositories for dqn-pytorch
Users that are interested in dqn-pytorch are comparing it to the libraries listed below
Sorting:
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆316Updated 3 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆177Updated 10 months ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆259Updated 5 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
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆106Updated 5 years ago
- Simple Cartpole example writed with pytorch.☆167Updated 5 years ago
- Multi-Agent Adversarial Inverse Reinforcement Learning, ICML 2019.☆208Updated 5 years ago
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆98Updated 5 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆221Updated 2 years ago
- PyTorch implementation of SAC-Discrete.☆302Updated 10 months ago
- The implement of all kinds of dqn reinforcement learning with Pytorch☆93Updated 4 years ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆137Updated last year
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆128Updated 10 months ago
- PyTorch implementation of GAIL and AIRL based on PPO.☆223Updated 4 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆213Updated 2 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆141Updated 6 years ago
- Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout☆94Updated 6 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆297Updated 5 years ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆213Updated 2 years ago
- Deep Q-Learning (DQN) implementation for Atari pong.☆83Updated 2 years ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆361Updated 3 years ago
- Author's PyTorch implementation of BCQ for continuous and discrete actions☆631Updated 4 years ago
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆209Updated 6 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆342Updated 5 years ago
- ☆76Updated 5 years ago
- some Multiagent enviroment in 《Multi-agent Reinforcement Learning in Sequential Social Dilemmas》 and 《Value-Decomposition Networks For Co…☆128Updated 2 years ago
- Reinforcement learning algorithms implemented for Tensorflow 2.0+ [DQN, DDPG, AE-DDPG, SAC, PPO, Primal-Dual DDPG]☆310Updated 2 years ago
- PyTorch implementation of Foerster, Jakob N., et al. "Counterfactual multi-agent policy gradients."☆58Updated 5 years ago
- This is a framework for the research on multi-agent reinforcement learning and the implementation of the experiments in the paper titled …☆119Updated 7 months ago
- Code for Stabilizing Off-Policy RL via Bootstrapping Error Reduction☆160Updated 4 years ago