sudharsan13296/Hands-On-Reinforcement-Learning-With-Python
A book repository teaching reinforcement and deep reinforcement learning algorithms via OpenAI Gym and TensorFlow implementations.

The repository accompanies a published book covering reinforcement learning from basics to advanced deep RL algorithms. It contains Jupyter Notebooks implementing core RL algorithms including DQN, Double DQN, Dueling DQN, DRQN, A3C, DDPG, TRPO, and PPO. The material combines classic RL concepts like Markov Decision Processes and Monte Carlo methods with deep learning approaches, using OpenAI Gym as the primary environment for practical examples.