Skip to content

Commit

Permalink
README first draft
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzuo committed Jun 24, 2024
1 parent 3dc84d4 commit ac0b4ce
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ tar -xzvf tmp/linux64/*.tar.gz -C tmp/ --strip-components=1
# clean up
rm -rf tmp
# Make sure to add fast-downward.sif and VAL to your PATH or make aliases.
```
```

## Basic Usage
To evaluate a PDDL problem description, we can use the `planetarium.evaluate` module:
```python
from planetarium import evaluate
...
evaluate.evaluate(gt_pddl_str, pred_pddl_str)
```
The supported domains are `blocksworld` and `gripper` domains.

0 comments on commit ac0b4ce

Please sign in to comment.