intro_rl icon indicating copy to clipboard operation
intro_rl copied to clipboard

An Introduction to Reinforcement Learning

trafficstars

A Introduction to Reinforcement Learning with Python

Binder

Presented at PyCon US in 2017.

This repo contains a Jupyter Notebook that uses numpy, pandas, and seaborn to introduce RL to Python users. It contains an example of GridWorld which is solved using value iteration.