This repo provides some Deep Reinforcement Learning (DRL) Books and Links for Studying.
-
Reinforcement Learning (RL) is a Semi-supervised machine-learning approach.
-
It is concerned with learning control laws and policies to interact with a complex environment from experience
-
The RL agent goes through many trial and error steps to maximize the reward it gets from the environment
-
In recent years, A combination of deep learning and RL Classic RL is proposed as Deep Reinforcement Learning (DRL)
-
In 2015, Google DeepMind introduced deep Qnetwork (DQN) delivering results exceeding humans in playing Atari games.
-
Sutton, Richard S., and Andrew G. Barto. Reinforcement learning: An introduction. MIT press, 2018.
-
Brunton, Steven L., and J. Nathan Kutz. Data-driven science and engineering: Machine learning, dynamical systems, and control, ch 11, Cambridge University Press, 2022.
-
Gym, O., and Nimish Sanghi. Deep reinforcement learning with python. Apress, 2021. his code repo here
-
simple presentation that I made