-
Notifications
You must be signed in to change notification settings - Fork 21
Understanding the PRP --debug-output 1/0 simulator #7
Copy link
Copy link
Open
Description
Using prp from planutils, I realised that the "simulation" output when using the --debug-output 1/0 option is as close as I can get to a plan rather than a policy. I want to know how the simulator works, and here are a couple of my questions:
- Just to make sure: does the simulator use the problem file to simulate the sequence of the actions that would be conducted to achieve the goal state?
- When dealing with non-deterministic actions, how does the simulator select which potential "effect" to simulate?
- What's the difference between
Expected operatorandChosen operator? - Does the
_DETDUP_0behind an action (eg.peel_DETDUP_0 food_item food_peeler) mean that this action is non-deterministic? - What does
Atomstand for in the list of predicates (eg. '[Atom handempty()]')?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels