/Reinforcement-Learning-Introduction

Code for simple reinforcement learning algorithms (Q-learning, SARSA) using tabular and linear approximation, as well as eligibility traces.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Reinforcement-Learning-Introduction

Code for simple reinforcement learning algorithms (Q-learning, SARSA) using tabular and linear approximation, as well as eligibility traces.

This work is based on Richard S. Sutton and Andrew G. Barto. 1998. Introduction to Reinforcement Learning. MIT Press, Cambridge, MA, USA