archsyscall/DeepRL-TensorFlow2
A TensorFlow2 implementation of popular deep reinforcement learning algorithms including DQN, PPO, SAC, A3C, and TD3.

Velocity · 7d
+0.3
★ / day
Trend
→steady
star history
This repository provides clean, single-file implementations of various deep reinforcement learning algorithms using TensorFlow2. It includes algorithms like DQN, Double DQN, Dueling DQN, DRQN, A2C, A3C, PPO, TRPO, DDPG, TD3, and SAC. Each algorithm is contained in a single Python script for easy study and understanding, making it suitable for students and researchers learning deep RL.