PSU CS442/542: Combinatorial Games

Spring 2007 Course Syllabus

When: 1800-2120 (6:00-9:20PM) Tuesdays, April 3 — June 5 2007
Where: OND (Ondine Bldg) 220
Who: Bart Massey <bart@cs.pdx.edu>
Office Hours: By e-mail appointment
CRN: 64680 (442), 64681 (542)

This course concentrates on adversary search using combinatorial search techniques to achieve high-quality tactics in competitive situations. Other successful methods of tackling combinatorial games will also be examined.

There is no course text. However, there are a variety of readings as well as extensive course notes [mc].

Homework

  1. Build a random Mini-Chess player
  2. Build a Mini-Chess player
  3. Build a competent Mini-Chess player
  4. Project: Build a complete Mini-Chess player

Course Schedule

Mini-Chess Tournament Friday June 15 3:00PM This is a funsies tournament with an extremely small prize, open to the general public. You don't have to be present to win; however, your presence is strongly encouraged. Details TBA.

Date Topics Readings HW
4/03 Games Computers Play
Introduction to Mini-Chess
[esai]; [mc] intro, 1-4 HW 1
4/10 Search In Games
Minimax Search in Mini-Chess
[mc] 6-8 HW 2
4/17 Game SE: The Game SW Lifecycle    
4/24 AB and TTables [abmn], [abav]  
5/01 Advanced Search [mtdf],[ghi] HW3
5/08 Openings and Endgames [crga],[mrga],[book]  
5/15 Probability and Hidden Information [scev],[mavn]  
5/22 Machine Learning [lgst],[glem]  
5/29 Scrabble (guest Steven Alexander)
Combinatorial Game Theory
   
6/05 Crafty: Inside a high-quality chess program    

About The Course

The catalog says

This course covers the theory and practice of finding optimal and satisfying solutions to one-player and two-player combinatorial games, including such popular games as Sokoban, Othello, checkers, chess, backgammon, bridge, and CCGs. Simple applications in decision theory and economics may also be discussed. Emphasis on implementation of state-of-the-art solution techniques. Prerequisites include CS 350 (Algorithms) or equivalent experience, plus fluency in some reasonable programming language. Previous AI experience is not required, but may prove helpful.

This course should be a huge amount of fun. Please let me know if you have questions I can answer, or just want to chat about some fascinating material.

Prerequisites:

If you are unwilling to devote substantial out-of-class time and really get into this topic, you will likely be disappointed in both the course and your performance. Come prepared to work hard and play hard!

Previous Offerings

This course has been offered a number of times previously:

In addition, I taught this material this Winter as a 2.5 day short course at the Fachhochschule Würzburg-Schweinfurt.

Course Load

This course is intended to dig very quickly and deeply into this cutting-edge topic. As such, students not prepared to devote substantial out-of-class time to programming, learning, and exploring are unlikely to achieve a passing grade.

The course will move very quickly, and if you get behind, you will never catch up. No incompletes will be given (except in the most catastrophic of personal circumstances). Homework turned in after the following assignment's due date or after the last scheduled acceptance date will be silently discarded.

E-mail and Web

This web page is http://wiki.cs.pdx.edu/cs542. There are several e-mail addresses associated with the course.

The e-mail address <cs542-discuss@ai.cs.pdx.edu> is the course mailing list (using mailman). Subscribe to this by visiting http://wiki.cs.pdx.edu/cgi-bin/mailman/listinfo/cs542-discuss/, and use it for class discussions and most questions.

<cs542-hw@ai.cs.pdx.edu> will send e-mail to the TA and myself: use this for homework submissions, and for private questions. (If you don't want even the TA to see something, send it to me personally at <bart@cs.pdx.edu>.)

Readings

Required Text

There will not be a required text. Almost any artificial intelligence text gives the basics of game tree search; you'll probably want to find one and read it.

Required Readings

[scev]
Andrew Appel and Guy Jacobson. The World's Fastest Scrabble Program. Communications of the ACM 31(5) pp. 572-578, May 1988.
[bgre]
Michael Buro. Efficient Approximation Of Backgammon Race Equities. ICCA Journal 22(3) (1999), pp. 133-142.
[glem]
Michael Buro. From Simple Features To Sophisticated Evaluation Functions. Proceedings Of The First International Conference on Computers and Games (CG '98), Tsukuba, Japan. Published in LNCS vol. 1558, Springer-Verlag.
[lgst]
Michael Buro. Improving Heuristic Mini-Max Search By Supervised Learning. NECI Technical Report #106 (NEC 2000).
[book]
Michael Buro. Toward Opening Book Learning. Proceedings of the IJCAI-97 Workshop on Using Games as an Experimental Testbed for AI Research.
[ghi]
Murray Campbell. The graph-history interaction problem. Proceedings of the 1985 ACM annual conference on the range of computing: mid-80's perspective. October 1985.
[mrga]
Ralph Gasser. Applying Retrograde Analysis to Nine Men's Morris. In Heuristic Programming in Artificial Intelligence; The Second Computer Olympiad, D.N.L. Levy and D.F. Beal (ed.), 1991.
[esai]
Matt Ginsberg. Essentials of Artificial Intelligence, chapters 3 and 4. Morgan Kaufman, 1993. ISBN 1-55860-221-6.
[part]
Matt Ginsberg. Partition Search. Proc. 1997 National Conference on Artificial Intelligence (AAAI '97).
[nets]
Kevin Gurney. Computers and Symbols versus Nets and Neurons. Pre-publication draft, UCL Press.
[crga]
Robert Lake, Jonathan Schaeffer, and Paul Lu. Solving Large Retrograde Analysis Problems Using a Network of Workstations. Advances in Computer Chess VII, Maastricht, Netherlands, 1994.
[mc]
Bart Massey. Build an adversary in a few easy lessons. Web document, on site, 2007.
[abav]
Judea Pearl. The solution for the branching factor of the alpha-beta pruning algorithm and its optimality. Communications of the ACM (25)8, August 1982.
[mtdf]
Aske Plaat. Best-First Fixed-Depth Minimax Algorithms. J. Art. Int. 187:1-2 (November 1996) pp. 255-293.
[mavn]
Brian Sheppard. Mastering Scrabble. IEEE Intelligent Systems 14:6 (November/December 1999) pp. 15-16.
[abmn]
James R. Slagle and John K. Dixon. Experiments with some programs that search game trees. Journal of the ACM (16)2, April 1969.

Links

Coursework

The coursework will consist primarily of a course-long individual programming project, implementing a player for an adversary game and evaluating adversary performance. You may cooperate with other students in your work, as long as you credit those students. However, you are expected to produce your own work product, independent of others.

Those experimenting with departmental computers must follow the "safety guidelines".

No quizzes or examinations are currently planned, but I reserve the option to schedule them at a later date.

Academic Honesty

If I catch you plagiarizing any material, I will do what I legally and ethically can to end your academic career. Plagiarism is using anyone else's works, writings, or ideas without explicitly giving them credit. If you get code, ideas, or text from a fellow student, put their name on it so that we both know what happened.

In this course, you will be expected to do a lot in a short time, in a sometimes competitive environment. This is not an excuse to do things that are unethical, immoral, or illegal.

We will occasionally play our programs off against each other, most notably at the end of the course. This will never harm your grade. Your program may be able to win these contests by "cheating". If so, you will receive due credit for this, as long as you explicitly acknowledge and explain your methods up front. If you fail to do so, and your program is caught deliberately cheating, it will lose the tournament it participates in, and you will receive a 0 for the related assignment.