ReGoap icon indicating copy to clipboard operation
ReGoap copied to clipboard

Implement hash trie or any similar data structure for states in the Planner

Open luxkun opened this issue 7 years ago • 0 comments

Currently we are doing a deep copy of the state between each node. This is very expensive and non-optimal.

Since the state rarely change between nodes (usually only 1-2 values do), we should implement a data structure that can handle this correctly.

luxkun avatar Feb 13 '18 10:02 luxkun