dqn-pytorch topic

List dqn-pytorch repositories

autonomous-learning-library

639
Stars
72
Forks
Watchers

A PyTorch library for building deep reinforcement learning agents.

DRL-code-pytorch

917
Stars
151
Forks
Watchers

Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.

DQN-Atari-Agents

118
Stars
14
Forks
Watchers

DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow, and DRQN

MolDQN-pytorch

70
Stars
28
Forks
Watchers

A PyTorch Implementation of "Optimization of Molecules via Deep Reinforcement Learning".

DQN-Atari

67
Stars
15
Forks
Watchers

Deep Q-Learning (DQN) implementation for Atari pong.

fast-reinforcement-learning

38
Stars
4
Forks
Watchers

Important Note fastrl version 2 is being developed at fastrl. Note the link in the readme

RL-Unity

17
Stars
5
Forks
Watchers

Implementation of Deep Reinforcement Learning algorithms in the Unity game engine.

ai-traineree

25
Stars
6
Forks
Watchers

PyTorch agents and tools for (Deep) Reinforcement Learning

FQF-and-Extensions

27
Stars
10
Forks
Watchers

PyTorch implementation of the state-of-the-art distributional reinforcement learning algorithm Fully Parameterized Quantile Function (FQF) and Extensions: N-step Bootstrapping, PER, Noisy Layer, Dueli...

reinforcementLearning

25
Stars
4
Forks
Watchers

Reinforcement Learning - Implementation of Exercises, algorithms from the book Sutton Barto and David silver's RL course in Python, OpenAI Gym.