Skip to content

An integrated AI agent which can perform pathfinding, gameplay and logic inference

Notifications You must be signed in to change notification settings

xuechaow/Integrated-AI-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Integrated-AI-Agent

An integrated AI agent which can perform pathfinding, gameplay and logic inference

I built up 3 fundamental functions of an artificial intelligence.

Pathfinding: this agent is able to perform a greedy or heuristic pathfinding given basic map geographic data and a not bad heuristic function. Google Maps pathfinding utilized A* search. The source code has a potential to be developed into a web service. Also this agent is able to play strategy games with human. The difficulties can be set by the level of alpha-beta pruning. Nevertheless, this agent can perform first order logic resolution. which possibly could learn from input data and infer more facts based on it.

This integrated AI project is a great project to solidify DS, Algo, AI Algo, and OOP. Also, this project has a great potential to be extended to more functions, including some web-based HCI apps, or more AI functions.

About

An integrated AI agent which can perform pathfinding, gameplay and logic inference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages