In this exercise we will implement eligibility traces into our learning algorithms for the MountainCar example.
- Sarsa(λ) using artifial neural networks
- true online Sarsa(λ), which makes use of a linear function approximator
- comparison of algorithms with and without eligibility traces