Assignment 4 Web Graders/Oracles
Both graders and the oracles are up now.
Errors? Questions? Comments?
- send email to Adam Goode (goodea@rpi.edu) for technical
problems with the graders or oracles
- send email to Prof. Huang (whuang@cs.rpi.edu) regarding
the policies below or regarding possible errors in the grading
performed by the Web grader.
whuang@cs.rpi.edu;
email
Last updates: October 13; Octobor 10; October 8, 2000
The Web Grader policies
The Web Graders
You will have to accept the site certificate from
cgi2.cs.rpi.edu to use the web graders. This is set up as a
secure web server so that your Kerberos password is not transmitted in
the clear.
PLEASE NOTE the change in the eval-fn function announced on
the Assignment 4 tips page. The Problem 3 grader will take a little
while to run several games against your evaluation function (using my
alpha-beta minimax algorithm), so it will email you the results. Here
are a few relevant notes:
- My alpha-beta minimax search takes the first "best" move that it
finds. It is therefore biased towards playing on the left side of the
board.
- The games will be played using your evaluation function with my
alpha-beta minimax search with a depth cutoff of 4.
- Your first game will be against the random player. Then, you
will have two game matches against each of my two players. You go first
for one of the games, my player goes first for the other.
- My second player is not nearly as invincible as I would have liked...
The Oracle
In order to assist with testing your own code, I am providing an
"Oracle" to which you can submit test inputs; my solutions will
provide the correct answers (and perhaps more importantly, in the
correct format). You can type several different inputs, and the
oracle will do each one in turn.