patriques82 / shrdlite-course-project

AI course project template, inspired by Terry Winograd's classic Shrdlu system
GNU General Public License v3.0
0 stars 0 forks source link

Fix the complex 7-11 timeouts #5

Closed TomyRO closed 9 years ago

Meister-Asrael commented 9 years ago

I don't see any timeouts, but interpretation errors. Some of them make sense, some of them should result in interpretations

Meister-Asrael commented 9 years ago

Not sure if its the same problem, but in the complex world, i get a "process out of memory" after 921354 visited knots for the command "put the green object under all red objects". I'm not sure if there are so many different states reachable. Do we check if a node is already visited?

patriques82 commented 9 years ago

Do you mean in the Planner or in Astar?

Meister-Asrael commented 9 years ago

In Astar, line 143, I'm note sure what the code does

Meister-Asrael commented 9 years ago

Ah, ok, looks good...