Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 339 Bytes

File metadata and controls

6 lines (6 loc) · 339 Bytes

Exercise 11

In this exercise we will implement eligibility traces into our learning algorithms for the MountainCar example.

Tasks:

  1. Sarsa(λ) using artifial neural networks
  2. true online Sarsa(λ), which makes use of a linear function approximator
  3. comparison of algorithms with and without eligibility traces