General game playing

General game playing (GGP) is the design of artificial intelligence programs to be able to play more than one game successfully.[1] For many games like chess, computers are programmed to play these games using a specially designed algorithm, which cannot be transferred to another context. For example, a chess-playing computer program cannot play checkers. A general game playing system, if well designed, would be able to help in other areas, such as in providing intelligence for search and rescue missions.

Stanford project

General Game Playing is a project of the Stanford Logic Group of Stanford University, California, which aims to create a platform for general game playing. The games are defined by sets of rules represented in the Game Description Language. In order to play the games, players interact with a game hosting server[2][3] that monitors moves for legality and keeps players informed of state changes.

Since 2005, there have been annual General Game Playing competitions at the AAAI Conference. So far, the following programs were victorious:[4]

Other approaches

There are other general game playing systems, which use their own languages for defining the game rules. In 1992, Barney Pell developed the system Metagame.[8] This system was able to play a number of chess-like games, given game rules definition in a special language.

In 1998, the commercial system Zillions of Games was developed by Jeff Mallett and Mark Lefler. The system used a LISP-like language to define the game rules. Zillions of Games derived the evaluation function automatically from the game rules based on piece mobility, board structure and game goals. It also employed usual algorithms as found in computer chess systems: alpha-beta pruning with move ordering, transposition tables, etc.[9] The package was extended in 2007 by the addition of the Axiom plug-in, an alternate metagame engine that incorporates a complete Forth-based programming language.

See also

References

  1. General Game Playing: Overview of the AAAI Competition by Michael Genesereth and Nathaniel Love.
  2. GGP Server, platform for competition of general game playing systems.
  3. Dresden GGP Server, platform for competition of general game playing systems with automatic scheduling of matches.
  4. General Game Playing World Championships
  5. Information about Fluxplayer, the winner of the 2nd International General Game Playing competition.
  6. Information about CADIAPlayer, more information about the winner of the 3rd, 4th, and 8th International General Game Playing competitions.
  7. Sancho is GGP Champion 2014!, winner of the 2014 International General Game Playing competition.
  8. Barney Pell's research on computer game playing.
  9. Available: Universal Game Engine email to comp.ai.games by Jeff Mallett, 10-Dec-1998.

External links

This article is issued from Wikipedia - version of the Saturday, September 12, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.