Creating Human-like Fighting Game AI through Planning

December 2017

Creating Human-like Fighting Game AI through Planning

Authors:

Roger Liu

Abstract:

Games are a major testing ground for Artificial Intelligence. Though AI has be- come proficient at playing games such as Space Invaders, it behaves in a way that is distinctly artificial, lacking the human-like qualities of a real player. This human ele- ment is important in competitive multiplayer games, as a large part of the enjoyment comes from outwitting other human strategies. To address this issue, we investigate a novel AI technique that leverages planning and human demonstrations to create an opponent that exhibits desirable qualities of human play in the context of a fight- ing game. We introduce the idea of action-δs, which relate the action performed with the change in the game state. These action-δs are learned from human demon- strations and are used to help the AI plan out strategies to hit the opponent. We implement a simple fighting game called FG for the AI to compete in and provide it a human demonstration to learn from. The AI utilizes action-δs with other search techniques to emulate human behavior. Lastly, we evaluate the effectiveness of our AI by comparing its similarity score against other algorithms and other demonstra- tions by the same human player.

Notes:

Tech Report: CMU-CS-17-128
@mastersthesis{Liu-2017-135457,
author = {Roger Liu},
title = {Creating Human-like Fighting Game AI through Planning},
year = {2017},
month = {December},
school = {Carnegie Mellon University},
address = {Pittsburgh, PA},
keywords = {Artificial Intelligence, Human-Computer Interaction, Game AI, Plan- ning, Human-Imitation, Fighting Games},
}
Copyright notice: This material is presented to ensure timely dissemination of scholarly and technical work. Copyright and all rights therein are retained by authors or by other copyright holders. All persons copying this information are expected to adhere to the terms and constraints invoked by each author's copyright. These works may not be reposted without the explicit permission of the copyright holder.