Module pacai.student

The pacai.student package contains partially implemented files for students to complete for various different assignments. Files submitted to the autograder, will always be placed in the pacai.student package. This makes it easier for the autograder, and more clear to the students. Note that some functionality in the rest of the pacai package will depend on implementations from this package.

Expand source code
"""
The `pacai.student` package contains partially implemented files for students to complete for
various different assignments.
Files submitted to the autograder, will always be placed in the `pacai.student` package.
This makes it easier for the autograder, and more clear to the students.
Note that some functionality in the rest of the `pacai` package will depend on implementations
from this package.
"""

Sub-modules

pacai.student.analysis

Analysis question. Change these default values to obtain the specified policies through value iteration. If any question is not possible, return just …

pacai.student.multiagents
pacai.student.myTeam
pacai.student.qlearningAgents
pacai.student.search

In this file, you will implement generic search algorithms which are called by Pacman agents.

pacai.student.searchAgents

This file contains incomplete versions of some agents that can be selected to control Pacman. You will complete their implementations …

pacai.student.valueIterationAgent