Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"