Found 531 repositories(showing 30)
PyTorch implementations of deep reinforcement learning algorithms and environments
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
simoninithomas
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
Toni-SM
Modular Reinforcement Learning (RL) library (implemented in PyTorch, JAX, and NVIDIA Warp) with support for Gymnasium/Gym, NVIDIA Isaac Lab, MuJoCo Playground and other environments
dusty-nv
Deep reinforcement learning GPU libraries for NVIDIA Jetson TX1/TX2 with PyTorch, OpenAI Gym, and Gazebo robotics simulator.
moemen95
A scalable template for PyTorch projects, with examples in Image Segmentation, Object classification, GANs and Reinforcement Learning.
tristandeleu
Reinforcement Learning with Model-Agnostic Meta-Learning in Pytorch
jingweiz
Deep Reinforcement Learning with pytorch & visdom
pemami4911
PyTorch implementation of Neural Combinatorial Optimization with Reinforcement Learning https://arxiv.org/abs/1611.09940
SforAiDl
A PyTorch reinforcement learning library for generalizable and reproducible algorithm implementations with an aim to improve accessibility in RL
PacktPublishing
Code for Hands On Intelligent Agents with OpenAI Gym book to get started and learn to build deep reinforcement learning agents using PyTorch
Learning to Communicate with Deep Multi-Agent Reinforcement Learning in PyTorch
Reinforcement learning with PyTorch, inspired by MorvanZhou, change the framework from Tensorflow to PyTorch
VachanVY
PyTorch implementations of algorithms from "Reinforcement Learning: An Introduction by Sutton and Barto", along with various RL research papers.
Reinforcement Learning for Gym CarRacing-v0 with PyTorch
deepanshut041
Implementations of Deep Reinforcement Learning Algorithms and Bench-marking with PyTorch
michaelnny
A collection of Deep Reinforcement Learning algorithms implemented with PyTorch to solve Atari games and classic control tasks like CartPole, LunarLander, and MountainCar.
navneet-nmk
A Repository with C++ implementations of Reinforcement Learning Algorithms (Pytorch)
Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,DDPG for discrete action space, A2C, A3C, TD3, SAC, TRPO
deligentfool
The implement of all kinds of dqn reinforcement learning with Pytorch
BY571
PyTorch Implementation of Implicit Quantile Networks (IQN) for Distributional Reinforcement Learning with additional extensions like PER, Noisy layer, N-step bootstrapping, Dueling architecture and parallel env support.
ZinYY
A PyTorch implementation of the paper "Provably Efficient Online RLHF with One-Pass Reward Modeling". This repository provides a flexible and modular approach to Online Reinforcement Learning from Human Feedback (Online RLHF).
snu-mllab
Official PyTorch implementation of "Uncertainty-Based Offline Reinforcement Learning with Diversified Q-Ensemble" (NeurIPS'21)
mihdalal
[NeurIPS 2021] PyTorch Code for Accelerating Robotic Reinforcement Learning with Parameterized Action Primitives
xmfbit
Play flappy bird with DQN, a demo for reinforcement learning, implemented using PyTorch
Implementation of Double DQN reinforcement learning for OpenAI Gym environments with PyTorch.
ChangyWen
Wolpertinger Training with DDPG (Pytorch), Deep Reinforcement Learning in Large Discrete Action Spaces. Multi-GPU/Singer-GPU/CPU compatible.
obitoquilt
PyTorch implementation of Online Vehicle Routing With Neural Combinatorial Optimization and Deep Reinforcement Learning https://ieeexplore.ieee.org/document/8693516
gwwang16
Deep reinforcement learning on NVIDIA Jetson tx2 with PyTorch, OpenAI Gym, and Gazebo robotics simulator.
Quantum-Cheese
Pytorch realization of multiple Deep Reinforcement Learning alogrithms(DQN,DDPG,TD3,PPO,A3C...) with openai gym