linqs / pacman

Undergraduate AI assignments disguised as Pac-Man!

Home Page:https://linqs.github.io/pacman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Organize Agents

eriq-augustine opened this issue · comments

commented

The organization of agents is a mess.
They are implemented in a bunch of different files without much structure.
Often non-agent code will be in an agent file.

Sort all this out.

commented

One agent to a file, all in the agent package.
Note that this issue is not about loading agents.

commented

I'll take this one.

commented

Complete as of 790e7f1.
We still may move around some student code some as we update the autograder and assignments, but the non-student code it pretty organized.