Skip to content

Commit

Permalink
📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jan 9, 2024
1 parent 14fa2fa commit 9361ddc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ It provides:
- Utility AI
- Goal Oriented Action Planning

Why this project? Well, I wrote about it [here](https://david-delassus.medium.com/ai-toolkit-give-a-brain-to-your-npcs-a-header-only-c-library-02a50ae9faed?sk=011cd1ed8e61d22f1be6b6430847f430).

## Installation

Add the `include` folder of this repository to your include paths.
Expand Down Expand Up @@ -303,7 +305,7 @@ auto p = planner<blackboard_type>(actions, initial, goal);
auto blackboard = initial;
while (p) {
p.run_next(initial); // will mutate the blackboard
p.run_next(blackboard); // will mutate the blackboard
}
```

Expand Down

0 comments on commit 9361ddc

Please sign in to comment.