jmichaux / dqn-pytorch
DQN to play Atari Pong
☆114Updated 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
- PyTorch implementation of SAC-Discrete.☆303Updated 9 months ago
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆98Updated 5 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆212Updated 2 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆176Updated 9 months ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆315Updated 3 years ago
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆259Updated 4 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆140Updated 6 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☆105Updated 5 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆221Updated 2 years ago
- The implement of all kinds of dqn reinforcement learning with Pytorch☆93Updated 4 years ago
- PyTorch implementation of the Option-Critic framework, Harb et al. 2016☆127Updated 9 months ago
- Random Network Distillation pytorch☆247Updated 6 years ago
- A pytorch tutorial for DRL(Deep Reinforcement Learning)☆211Updated 2 years ago
- Hierarchical-DQN in pytorch (not actively maintained)☆70Updated 7 years ago
- Deep Q-Learning (DQN) implementation for Atari pong.☆83Updated 2 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆336Updated 5 years ago
- Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout☆93Updated 6 years ago
- Implementations of algorithms from the Q-learning family. Implementations inlcude: DQN, DDQN, Dueling DQN, PER+DQN, Noisy DQN, C51☆294Updated 5 years ago
- PyTorch implementation of Never Give Up: Learning Directed Exploration Strategies☆57Updated 4 years ago
- Policy Gradient Actor-Critic PyTorch | Lunar Lander v2☆73Updated 6 years ago
- A repository of high-performing hierarchical reinforcement learning models and algorithms.☆305Updated 2 years ago
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆96Updated 4 years ago
- Source code for the dissertation: "Multi-Pass Deep Q-Networks for Reinforcement Learning with Parameterised Action Spaces"☆207Updated 5 years ago
- ☆75Updated 5 years ago
- ☆129Updated 9 months ago
- Simple Cartpole example writed with pytorch.☆167Updated 5 years ago
- PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)☆239Updated 5 years ago
- Implementation of Generatve Adversarial Imitation Learning (GAIL) for classic environments from OpenAI Gym.☆88Updated 6 years ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆135Updated last year