jamiecollinson/go-goap
Goal Oriented Action Planning for Golang
This tool helps game designers and AI developers create intelligent character behaviors by defining a set of possible actions, their costs, and what conditions they require or achieve. It takes a desired goal, like 'enemy killed,' and outputs the most efficient sequence of actions an agent should take to reach that goal. This is perfect for anyone building AI for games or simulations who needs believable and dynamic agent planning.
No commits in the last 6 months.
Use this if you need to generate flexible, goal-oriented action sequences for AI characters in games or simulations, where agents intelligently decide how to achieve their objectives.
Not ideal if you have a very large number of possible actions or complex world states, as the current exhaustive search method might be too slow for your needs.
Stars
18
Forks
—
Language
Go
License
MIT
Category
Last pushed
Feb 01, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/jamiecollinson/go-goap"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
leopepe/GOApy
Goal-Oriented Action Planning implementation in Python
primaryobjects/strips
AI Automated Planning with STRIPS and PDDL in Node.js
tmetsch/rusty_planner
AI planning & reasoning library for Rust
LevyvoNet/gym-mapf
Multi Agent Path Finding openAI gym environment
vbrltech/STAN
Stigmergic A* Navigation - Bringing collective intelligence to graph pathfinding through...