Game Playing System
(Redirected from game playing system)
		
		
		
		Jump to navigation
		Jump to search
		A Game Playing System is a decisioning system that implements a game playing algorithm to solve a game playing task.
- Context:
- It can range from being a Specialized Game Playing System to being a General Game Playing System.
 - It can range from being an Two-Player Perfect-Information Game Playing System to being an Multi-Player Perfect-Information Game Playing System.
 - It can range from being an Perfect-Information Game Playing System to being an Imperfect-Information Game Playing System.
 - It can range from being a Heuristic Rule-based Game Playing System to being an ML-based Game Playing System.
 - …
 
 - Example(s):
- a Backgammon Playing System, such as: TD-Gammon;
 - a Checkers Playing System, such as: Samuel's Checkers Player;
 - a Chess Playing System, such as: AlphaGo Zero Chess Playing System.
 - a Video Game Playing System, such as: ...
 - …
 
 - Counter-Example(s):
 - See: Game Playing Machine.