项目作者: YKeanoe

项目描述 :
UC Berkeley Pacman Project
高级语言: Python
项目地址: git://github.com/YKeanoe/AIpacman.git
创建时间: 2017-03-22T11:35:39Z
项目社区:https://github.com/YKeanoe/AIpacman

开源协议:

下载


UC Berkeley Pacman Projects

Project Brief

A project for my third year Artificial Intelegent course. The project follows UC Berkeley Pacman Project from project 1 to 3. The project require us to implement search algorithm, AI algorithm, and agent-based machine learning.
The list of algorithms implemented here:

Showcase

Depth First Search Pathfinding
dfs

Breadth First Search Pathfinding
bfs

Uniform Cost Search Pathfinding
ucs

A-Star Search Pathfinding
astar

Minimax Algorithm Agent
minimax

Alpha-Beta Algorithm Agent
alphabeta

Expectiminimax Algorithm Agent
expectiminimax

Built With