sudharsan13296/Deep-Reinforcement-Learning-With-Python
A code repository accompanying a book teaching classic and deep RL algorithms with extensive math and TensorFlow implementations.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This repository contains Jupyter Notebooks and code examples from a book on deep reinforcement learning. It covers classic RL algorithms, value-based methods (DQN, Double DQN), policy gradient methods (PPO, A3C, TRPO), actor-critic algorithms (DDPG, TD3, SAC), and advanced topics like distributional RL and inverse RL. Implementations use TensorFlow with the OpenAI Gym toolkit.