a-maa / RL15

Godspeed everyone
0 stars 1 forks source link

Testing code #4

Open MinimalistSwan opened 3 days ago

MinimalistSwan commented 3 days ago

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.

MinimalistSwan commented 3 days 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.

MinimalistSwan commented 3 days ago

fixed the bug