This is the code repository for programming exercises of the Reinforcement Learning lecture at the University of Stuttgart. https://ipvs.informatik.uni-stuttgart.de/mlr/reinforcement-learning-ss-20
All exercises will be done with python3.
The first exercise uses numpy and matplotlib:
python3 -m pip install numpy matplotlib --user
Later exercises will use openai gym (https://gym.openai.com/):
python3 -m pip install gym --user