Projects
Besides the first warmup assignment, these are larger assignments that typically span 2 to 3 weeks.
Categories:
less than a minute
Besides the first warmup assignment, these are larger assignments that typically span 2 to 3 weeks.
less than a minute
Configure your workstation for developing code for CS 444 and complete an intro Python assignment.
6 minute read
Pacman needs your help to learn the subtleties of different mazes. His job at the moment is just to clear away the food pellets as effifiently as possible. Sounds easy, right? Well….
9 minute read
The Pacman game model now includes adversaries, the ghosts. Your agent will play the game against multiple other agents and try to clear the board without encountering a ghost along the way.
8 minute read
Complete QLearning agents that implement model-free learning. A “crawler” learns how to pull an object and this agent can master playing Pacman!
8 minute read