CS 484 - Artificial Intelligence
Fall 2005
Loyola College >
Department of Computer Science >
CS 484 >
Labs & Projects >
Lab 3
Due
Thursday, November 1st at the beginning of class.
Lab will be penalized 20% for each class meeting after the due date.
Introduction
For this lab you will be modifying existing code to see the effect on learning. You may work in pairs for this lab.
Requirements
- Answer the five questions in the Exercises in the Reinforment Learning Module for Pyro.
- Question five asks you to modify the reinforcement learning value. This is alpha and can be modified by calling the method self.td.set_alpha(a), where a is the new alpha value.
What to turn in
- The first three questions can be answered with written answers. For the fourth and fifth question to should submit different variations of the SimpleBrain, whose code is included at the bottom of the module.
- Email me the files containing the programs
- Turn in a print out of the answers and programs