Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redthing1/tacit
traditional/task planning AI, including UDGOAP, DGU, GOAP, Utility
https://github.com/redthing1/tacit
ai dotnet game-ai game-ai-framework goap task-planning traditional-ai udgoap utility
Last synced: about 1 month ago
JSON representation
traditional/task planning AI, including UDGOAP, DGU, GOAP, Utility
- Host: GitHub
- URL: https://github.com/redthing1/tacit
- Owner: redthing1
- Created: 2024-04-24T19:29:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T19:55:39.000Z (8 months ago)
- Last Synced: 2024-11-08T08:26:56.909Z (3 months ago)
- Topics: ai, dotnet, game-ai, game-ai-framework, goap, task-planning, traditional-ai, udgoap, utility
- Language: C#
- Homepage:
- Size: 158 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tacit
an experimental task-planning/traditional AI library
## features
+ an expanded implementation of [UDGOAP](https://arrow.tudublin.ie/sciendoc/176/), called [DGU](./src/Tacit/Framework/DGU/)
+ an implementation of GOAP based on [XGOAP](https://github.com/active-logic/xgoap)
+ an implementation of [utility planners](https://en.wikipedia.org/wiki/Utility_system)## usage
```sh
cd src/Tacit.Demos
dotnet run
# to run an example of UDGOAP/DGU
dotnet run dgu barfight
```## references
+ [UDGOAP](https://arrow.tudublin.ie/sciendoc/176/) - "Drive-Based Utility-Maximizing Computer Game Non-Player Characters"