Contents:
Bases: TestTD
TestTD
Test the DoubleQLearner class.
Set up the test class.
Test the fit method.
Test the step method.
Test the update_q_values method.
Test the QLearningAgent class.
Test the SarsaAgent class.
Test the SarsaLambda class.
Bases: TestCase
TestCase
Test the TD class.
Tear down the test class.
Test the convert_to_string method.
Test the create_tables method.
Test the epsilon_greedy_policy method.
Implemented in tests for subclasses.
Test the init_q_table method.
Test the uncertainty_informed_policy method.