Learning Algorithms

Eligibility Traces

Module for Eligibility Traces.

This module contains code for eligibility traces, which can be used in combination with temporal difference learning.

Temporal Difference

Module for temporal difference learning methods SARSA and Watkins Q.

This module contains the main algorithmic code for the temporal difference learning methods SARSA and Watkins Q.