Contents:
Bases: TestCase
TestCase
Test the Engine class.
Set up the engine for the tests.
Set up the data handler for the tests.
Tear down the engine after the tests.
Test the create_agent method with different agent types.
Test the create_env method with different env types.
Test the create_world method with different agent types.
Test the get_bins method.
Test the train_agent method.
Test the utils functions.
Test convert_to_list function.
Test convert_to_string function.
Test decay_param function.
Test load_dataset function.
Test split_train_test function.