Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
A Python implementation of the Goal Oriented Action Planner.
- Host: GitHub
- URL: https://github.com/agoose77/goap
- Owner: agoose77
- Created: 2016-09-24T21:51:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T19:16:30.000Z (11 months ago)
- Last Synced: 2024-10-07T22:51:54.836Z (about 1 month ago)
- Topics: ai, game, gamedev, goap, planner, py, python
- Language: Python
- Homepage:
- Size: 558 KB
- Stars: 43
- Watchers: 8
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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-aiA 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.