General Game Player
Jump to navigation
Jump to search
A General Game Player is a game player that can solve a game playing task (by implementing a Game Playing Algorithm).
References
2014
- (Genesereth & Thielscher, 2014) ⇒ Michael Genesereth, and Michael Thielscher. (2014). “General Game Playing.” In: Synthesis Lectures on Artificial Intelligence and Machine Learning Journal, March 2014.In: Synthesis Lectures on Artificial Intelligence and Machine Learning Journal, March 2014. doi:10.2200/S00564ED1V01Y201311AIM02
- QUOTE: General game players are computer systems able to play strategy games based solely on formal game descriptions supplied at “runtime” (in other words, they don't know the rules until the game starts). Unlike specialized game players, such as Deep Blue, general game players cannot rely on algorithms designed in advance for specific games; they must discover such algorithms themselves. General game playing expertise depends on intelligence on the part of the game player and not just intelligence of the programmer of the game player.