Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
A PyTorch library for building deep reinforcement learning agents.
翻译 - 一个PyTorch库,用于构建深度强化学习代理。
DQN-Atari-Agents: Modularized & Parallel PyTorch implementation of several DQN Agents, i.a. DDQN, Dueling DQN, Noisy DQN, C51, Rainbow, and DRQN
#计算机科学#Deep Q-Learning (DQN) implementation for Atari pong.
#计算机科学#A PyTorch Implementation of "Optimization of Molecules via Deep Reinforcement Learning".
PyTorch implementations of algorithms from "Reinforcement Learning: An Introduction by Sutton and Barto", along with various RL research papers.
A Torch Based RL Framework for Rapid Prototyping of Research Papers
Graph-based Deep Q Network for Web Navigation
Important Note fastrl version 2 is being developed at fastrl. Note the link in the readme
SUMO Pytorch Deep Reinforcement Learning Traffic Signal Control
Multi-agent reinforcement learning framework
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...
Solving Atari Pong Game w/ Duel Double DQN in Pytorch
This code is the result of the collaboration of RL Turkey team.
#计算机科学#Reinforcement Learning for Optimal inventory policy
PyTorch agents and tools for (Deep) Reinforcement Learning
Implementation of Deep Reinforcement Learning algorithms in the Unity game engine.
#计算机科学#Reinforcement Learning - Implementation of Exercises, algorithms from the book Sutton Barto and David silver's RL course in Python, OpenAI Gym.
Integrate AutoRL into DQN to implement a single traffic signal control system.