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.☆299Updated 8 months ago
- PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments☆306Updated 3 years ago
- Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC☆98Updated 5 years ago
- PyTorch implementation of FQF, IQN and QR-DQN.☆171Updated 8 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
- This repository contains the code to implement the Hierarchical Actor-Critic (HAC) algorithm.☆260Updated 4 years ago
- Deep Q-Learning (DQN) implementation for Atari pong.☆77Updated 2 years ago
- Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)☆137Updated 6 years ago
- Simple Cartpole example writed with pytorch.☆166Updated 5 years ago
- Multi-Agent Adversarial Inverse Reinforcement Learning, ICML 2019.☆205Updated 5 years ago
- Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment☆104Updated 5 years ago
- Deep Reinforcement Learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.☆209Updated 2 years ago
- Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)☆218Updated 2 years ago
- Prioritized Experience Replay (PER) implementation in PyTorch☆328Updated 5 years ago
- The implement of all kinds of dqn reinforcement learning with Pytorch☆93Updated 4 years ago
- An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"☆181Updated 2 years ago
- PyTorch implementation of GAIL and AIRL based on PPO.☆210Updated 4 years ago
- Deep recurrent Q learning on CartPole-v1 environment☆87Updated last year
- DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DD…☆330Updated 2 years ago
- Implementation of Generatve Adversarial Imitation Learning (GAIL) for classic environments from OpenAI Gym.☆88Updated 6 years ago
- Code for the paper "Meta-Q-Learning"( ICLR 2020)☆103Updated 2 years ago
- PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and co…☆135Updated 10 months ago
- Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.☆94Updated 4 years ago
- Author's PyTorch implementation of Randomized Ensembled Double Q-Learning (REDQ) algorithm.☆162Updated 4 months ago
- The implement of the policy gradient RL algorithm with pytorch☆38Updated 4 years ago
- PyTorch implementation of Soft Actor-Critic (SAC)☆532Updated 3 years ago
- Curiosity-driven Exploration by Self-supervised Prediction☆137Updated 2 years ago
- PyTorch implementation of Soft Actor-Critic + Autoencoder(SAC+AE)☆239Updated 4 years ago
- My DRL library with tensorflow1.14 based on openai spinning-up☆61Updated 4 years ago
- Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL☆350Updated 3 years ago