Skip to content

Commit c092eef

Browse files
authored
Update README.md
1 parent 595b910 commit c092eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GOAP-AI Unity 6 Example
22

33
## About GOAP
4-
This repository is to display the GOAP system and how it can be achieved in Unity 6 using C#. GOAP stands for Goal Orientated Action Planning and is an artificial intelligence system for autonomous agents that allows them to dynamically plan a sequence of actions to satisfy a set goal [(ref1)](https://medium.com/@vedantchaudhari/goal-oriented-action-planning-34035ed40d0b) [(ref2)](https://en.wikipedia.org/wiki/Automated_planning_and_scheduling).
4+
This repository is to display the GOAP system and how it can be achieved in Unity 6 using C#. GOAP stands for Goal Orientated Action Planning and is an artificial intelligence system for autonomous agents that allows them to dynamically plan a sequence of actions to satisfy a set goal ([ref1](https://medium.com/@vedantchaudhari/goal-oriented-action-planning-34035ed40d0b), [ref2](https://en.wikipedia.org/wiki/Automated_planning_and_scheduling)).
55

66
GOAP is used in many systematic and simulation games, such as the Sims (Electronic Arts) or City Skylines (Colossal Order). GOAP seperates tasks and goals into modular steps which can be modified or changed at runtime. This creates an intelligent AI system which appears sentient.
77

0 commit comments

Comments
 (0)