UNPKG

goap-oriented

Version:

A TypeScript implementation of Goal-Oriented Action Planning

5 lines (4 loc) 110 B
export * from './types'; export * from './Planner'; export * from './Agent'; export * from './PriorityQueue';