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

https://github.com/agoose77/goap

A Python implementation of the Goal Oriented Action Planner.
https://github.com/agoose77/goap

ai game gamedev goap planner py python

Last synced: 17 days ago
JSON representation

A Python implementation of the Goal Oriented Action Planner.

Awesome Lists containing this project

README

        

# GOAP
[![pypi-badge][]][pypi]

[pypi-badge]: https://img.shields.io/pypi/v/goap-ai
[pypi]: https://pypi.org/project/goap-ai

A Python implementation of the Goal Oriented Action Planner.

```bash
pip install -u goap-ai
```

To be used in combination with existing AI techniques and tools, this planner can help to realise complex, reactive AI without the problems associated with managing large interconnected state transitions.

See http://alumni.media.mit.edu/~jorkin/goap.html for more information, as well as some archived resources at https://github.com/agoose77/goap-resources.