Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 714 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 714 Bytes

Reinforcement-learning

Reinforcement Learning Course from IPVS

This repository collects the code developed during the course of reinforcement learning at the University of Stuttgart. The Main Algorithms are implemented in python such as

  • Monte-Carlo Learning
  • Temporal-Difference Learning
  • TD(lambda)
  • Q-learning
  • Function Approximation approximations towards a continuous state space
  • Policy Gradient Method
  • Inverse reinforcement learning

Links:

Course by University of Stuttgart

Course by David Silver