Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/V-Sekai/godot-goal-task-planner
https://github.com/V-Sekai/godot-goal-task-planner
ai godotengine taskplanner
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/V-Sekai/godot-goal-task-planner
- Owner: V-Sekai
- License: other
- Created: 2023-02-21T14:32:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T21:57:57.000Z (3 months ago)
- Last Synced: 2024-10-21T01:25:10.197Z (3 months ago)
- Topics: ai, godotengine, taskplanner
- Language: C++
- Size: 2.11 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-v-sekai - Task Goal Planner
README
# Goal Task Planner
Determines a [Plan] to accomplish the todo list from the provided state.The todo list is an array of goals, [Multigoal], tasks, and actions.
A goal is defined as one predicate-subject-object triple.
A [Multigoal] is a state [Dictionary] of predicate-subject-object triples.
Tasks can accept any number of arguments but only return either false or a series of goals, [Multigoal], tasks, and actions.
Actions can accept any number of arguments but only return the state of predicate-subject-object triples.
The return value is a [Variant], which means it could be of any type. In this case, it returns either false or an array of actions.