pytorch-rl
There are 56 repositories under pytorch-rl topic.
udacity/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
opendilab/DI-engine
OpenDILab Decision AI Engine. The Most Comprehensive Reinforcement Learning Framework B.P.
Khrylx/PyTorch-RL
PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
xuehy/pytorch-maddpg
A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)
awarebayes/RecNN
Reinforced Recommendation toolkit built around pytorch 1.7
Omegastick/pytorch-cpp-rl
PyTorch C++ Reinforcement Learning
RITCHIEHuang/DeepRL_Algorithms
DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)
nikhilbarhate99/Hierarchical-Actor-Critic-HAC-PyTorch
PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments
opendilab/DI-engine-docs
DI-engine docs (Chinese and English)
bentrevett/pytorch-rl
Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]
devendrachaplot/DeepRL-Grounding
Train an RL agent to execute natural language instructions in a 3D Environment (PyTorch)
devendrachaplot/Neural-Localization
Train an RL agent to localize actively (PyTorch)
greydanus/baby-a3c
A high-performance Atari A3C agent in 180 lines of PyTorch
pandezhao/alpha_sigma
A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.
mdeib/berkeley-deep-RL-pytorch-solutions
Pytorch solutions for UC Berkeley's cs285 assignments
dongminlee94/Samsung-DRL-Code
A repository for implementation of deep reinforcement learning lectured at Samsung
cyoon1729/Policy-Gradient-Methods
Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC
aksub99/MolDQN-pytorch
A PyTorch Implementation of "Optimization of Molecules via Deep Reinforcement Learning".
mdeib/berkeley-deep-RL-pytorch-starter
Pytorch starter code for UC Berkeley's cs285 assignments
cyoon1729/Multi-agent-reinforcement-learning
Implementation of Multi-Agent Reinforcement Learning algorithm(s). Currently includes: MADDPG
SapanaChaudhary/PyTorch-CPO
PyTorch implementation of Constrained Policy Optimization
med-air/DEX
[ICRA 2023] Demonstration-Guided Reinforcement Learning with Efficient Exploration for Task Automation of Surgical Robot
dongminlee94/Reinforcement-Learning-Code
A repository for code of reinforcement learning algorithms with PyTorch
DarylRodrigo/rl_lib
Series of deep reinforcement learning algorithms 🤖
batuhan3526/AirSim-PyTorch-Drone-DDQN-Agent
This code is the result of the collaboration of RL Turkey team.
rpatrik96/AttA2C
Attention-based Curiosity-driven Exploration in Deep Reinforcement Learning
voiler/unreal
Reinforcement learning with unsupervised auxiliary tasks
sourcecode369/deep-reinforcement-learning
Implementation notebooks and scripts of Deep Reinforcement learning Algorithms in PyTorch and TensorFlow.
txzhao/rl-zoo
PyTorch implementation of various reinforcement learning algorithms
szemenyeim/DynEnv
Dynamic Simulation Environments for Reinforcement Learning
med-air/ViSkill
[IROS 2023] Value-Informed Skill Chaining for Policy Learning of Long-Horizon Tasks with Surgical Robot
mabirck/AttentionTRL
Attentional Mechanism incorporated in Asynchronous Advantage Actor Critic a3c/a2c deep mind
vkurenkov/language-grounding-multigoal
An accompanying code and experiments' results for Task-Oriented Language Grounding for Language Input with Multiple Sub-Goals of Non-Linear Order
xuehy/pytorch-mace
A pytorch implementation of Structured Exploration via Deep Hierarchical Coordination
alirezakazemipour/Rainbow
Combining Improvements in Deep Reinforcement Learning
apchavan/virtual-self-driving-car
Virtual self driving car with reinforcement learning using Kivy & PyTorch framework.