Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

This is the second project of the Spring 2014 CS 188 (Introduction to Artificial Intelligence) class at UC Berkeley. It implements a pacman who can play against adversarial agents with dynamic tree look up (both Minimax and Expectimax). it optimizes tree lookup with AlphaBetaPruning and finally contains a master strategy in the form of the bette...

Notifications You must be signed in to change notification settings

Jornason/multiAgentPacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

multiAgentPacman

This is the second project of the Spring 2014 CS 188 (Introduction to Artificial Intelligence) class at UC Berkeley. It implements a pacman which can play against adversarial agents with dynamic tree look up (both Minimax and Expectimax). It optimizes tree lookup with AlphaBetaPruning and finally contains a master strategy in the form of the betterEvaluationFunction (in multiAgents.py) for evaluating each state in the tree.

About

This is the second project of the Spring 2014 CS 188 (Introduction to Artificial Intelligence) class at UC Berkeley. It implements a pacman who can play against adversarial agents with dynamic tree look up (both Minimax and Expectimax). it optimizes tree lookup with AlphaBetaPruning and finally contains a master strategy in the form of the bette...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /