I was wondering how you expect to have implemented the PPDL definitions of the problems in chapter 10. I've implemented them in my AI nanodegree approach using aima.util expressions, but I have no clarity on what do you expect it to do in this source.
Should it be able to be run? If so, what kind of search algorithms (DFS,BFS,etc) should be used.
What I mean is that it isn't as explicit as coding an algorithm, because those definitions aren't.
I was wondering how you expect to have implemented the PPDL definitions of the problems in chapter 10. I've implemented them in my AI nanodegree approach using aima.util expressions, but I have no clarity on what do you expect it to do in this source.
Should it be able to be run? If so, what kind of search algorithms (DFS,BFS,etc) should be used.
What I mean is that it isn't as explicit as coding an algorithm, because those definitions aren't.