Reinforcement learning is a machine learning training method based on rewarding desired behaviors and/or punishing undesired ones. In general, a reinforcement learning agent is able to perceive and interpret its environment, take actions and learn through trial and error.
Q-LearningDeep Q-LearningDouble Deep Q-LearningActor Critic Methods (not a network)Deep Deterministic Policy GradientProximal Policy Pptimization
- https://www.youtube.com/watch?v=aIsgJJYrlXk
- https://www.davidsilver.uk/teaching/
- http://incompleteideas.net/book/RLbook2018.pdf
- https://www.ai.rug.nl/~mwiering/Intro_RLBOOK.pdf
- https://torres.ai/deep-reinforcement-learning-explained-series/
- https://www.tensorflow.org/agents/tutorials/0_intro_rl
- https://web.stanford.edu/class/psych209/Readings/MnihEtAlHassibis15NatureControlDeepRL.pdf
- https://github.com/germain-hug/Deep-RL-Keras
- https://www.youtube.com/watch?v=XjsY8-P4WHM
