p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
A collection of deep reinforcement learning algorithm implementations in PyTorch.

Velocity · 7d
+2.1
★ / day
Trend
→steady
star history
This repository provides PyTorch implementations of prominent deep reinforcement learning algorithms including DQN variants, policy gradient methods (REINFORCE, DDPG, TD3, SAC), and A3C. It includes both on-policy and off-policy algorithms, discrete and continuous action space variants, and techniques like prioritized experience replay.