We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30f78e commit a22102bCopy full SHA for a22102b
README.md
@@ -256,6 +256,8 @@ struct blackboard_type {
256
};
257
```
258
259
+> **NB:** The blackboard needs to be comparable (`a == b`) and hashable.
260
+
261
Next, create a class for each action that you want to be able to perform:
262
263
```cpp
include/aitoolkit/goap.hpp
@@ -50,6 +50,8 @@ struct blackboard_type {
50
51
52
53
54
55
56
57
0 commit comments