patrick
/
plasp
Archived
1
0
Fork 0

Updated documentation to recent change of PDDL translator output.

This commit is contained in:
Patrick Lühne 2016-08-17 19:05:01 +02:00
parent 7bd483cd7e
commit 63ed1299ec
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ initialState(<variable>, <value>).
The initial state contains all [variable](#variables) assignments that hold before executing any [actions](#actions).
Note that with PDDL, the initial state might not assign values to all variables. Instead, unassigned values have to be assigned `false` manually.
Note that with PDDL, `plasp` sets all unspecified initial state variables to `false` in order to make the initial state total.
### Goal