QLearning and Sarsa (month 4)

less than 1 minute read

The goal of this month is defining from scratch a model-free reinforcement learning algorithm and an environment to solve a typical path learning from source to goal problem. Additionally, some lectures have been useful to accomplish the month objective.

Lectures

Lab work