Closed MinimalistSwan closed 1 month ago
I've made the file TestAgent.py that shows the trajectory of an untrained agent walking through the maze. However, when I run it it first shows the original maze, then after closing it it will show the walked-through maze BUT ALSO a blank popup.
Can someone figure out what this black popup is about and how to prevent it from showing up? Thanks.
fixed the bug
We should have a code to show the trajectory and the steps the agent takes without any training of the Q Learning model. This way we can compare the initial and the trained agents and have a good comparison to show in the results for the report.