Skip to content

Commit

Permalink
Moar getting-started. Moar!
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Jun 16, 2024
1 parent 7762f99 commit e6aecb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ var problem = new Problem(initialState, endGoal, actionSchemas);

### Defining Problems with PDDL

As of v0.9, you can express problems as PDDL, like this:
As of v0.9, you can express problems as [PDDL](https://www.google.com/search?q=pddl), like this:

```
using SCClassicalPlanning.ProblemCreation; // For PddlParser
Expand Down

0 comments on commit e6aecb6

Please sign in to comment.