a7med3laa / DRL-Books-resources

Deep Reinforcement Learning Books and links for studying

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DRL-Books-resources

This repo provides some Deep Reinforcement Learning (DRL) Books and Links for Studying.


Reinforcement Learning (RL)

ML Classifications

  • 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


Deep Reinforcement Learning (DRL)

  • 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.


Online Courses


Books

  1. Sutton, Richard S., and Andrew G. Barto. Reinforcement learning: An introduction. MIT press, 2018.‏

  2. Brunton, Steven L., and J. Nathan Kutz. Data-driven science and engineering: Machine learning, dynamical systems, and control, ch 11, Cambridge University Press, 2022.‏

  3. Gym, O., and Nimish Sanghi. Deep reinforcement learning with python. Apress, 2021.‏ his code repo here

  4. simple presentation that I made

About

Deep Reinforcement Learning Books and links for studying