GOAPy icon indicating copy to clipboard operation
GOAPy copied to clipboard

Pure-Python implementation of Goal-Oriented Action Planning.

Results 1 GOAPy issues
Sort by recently updated
recently updated
newest added

Hi I tried the example but I noticed this code: `while node['p_id']:` I'm mistaken or because p_id is None he cant execute this? ``` _path.append(node) node = path['nodes'][node['p_id']] ``` Thank...