paper-with-me

홈 › Papers

Winning Isn't Everything: Enhancing Game Development with Intelligent Agents

2019-03-25 · Yunqi Zhao, Igor Borovikov, Fernando De Mesentier Silva, Ahmad Beirami, Jason Rupert, Caedmon Somers, Jesse Harder, John Kolen, Jervis Pinto, Reza Pourabolghasem, James Pestrak, Harold Chaput, Mohsen Sardari, Long Lin, Sundeep Narravula, Navid Aghdaie, Kazi Zaman

Recently, there have been several high-profile achievements of agents learning to play games against humans and beat them. In this paper, we study the problem of training intelligent agents in service of game development. Unlike the agents built to "beat the game", our agents aim to produce human-like behavior to help with game evaluation and balancing. We discuss two fundamental metrics based on which we measure the human-likeness of agents, namely skill and style, which are multi-faceted concepts with practical implications outlined in this paper. We report four case studies in which the style and skill requirements inform the choice of algorithms and metrics used to train agents; ranging from A* search to state-of-the-art deep reinforcement learning. We, further, show that the learning potential of state-of-the-art deep RL models does not seamlessly transfer from the benchmark environments to target ones without heavily tuning their hyperparameters, leading to linear scaling of the engineering efforts and computational cost with the number of target domains.

📄 PDF Abstract BibTeX arXiv:1903.10545

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningReinforcement Learning

Similar Papers 제목 키워드 기반

Harnessing Large Language Models for Intelligent Resource Allocation in the Internet of Everything

2026-07-29 · Haijun Zhang, Zhuojun Duan, Zijun Wu, Xu Ma 외 arxiv

The rapid development of the Internet of Everything (IoE) is accelerating the adoption of intelligent applications. However, the massive number of connected devices generates diverse and heterogeneous tasks, which pose i…

Tactical Reward Shaping: Bypassing Reinforcement Learning with Strategy-Based Goals

2019-10-08 · Yizheng Zhang, Andre Rosendo

Deep Reinforcement Learning (DRL) has shown its promising capabilities to learn optimal policies directly from trial and error. However, learning can be hindered if the goal of the learning, defined by the reward functio…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+1

A Survey on the Role of Artificial Intelligence and Machine Learning in 6G-V2X Applications

2025-06-11 · Donglin Wang, Anjie Qiu, Qiuheng Zhou, Hans D. Schotten

The rapid advancement of Vehicle-to-Everything (V2X) communication is transforming Intelligent Transportation Systems (ITS), with 6G networks expected to provide ultra-reliable, low-latency, and high-capacity connectivit…

Autonomous VehiclesFederated LearningManagementReinforcement Learning (RL)

Gapoera: Application Programming Interface for AI Environment of Indonesian Board Game

2021-10-22 · Rian Adam Rajagede, Galang Prihadi Mahardhika

Currently, the development of computer games has shown a tremendous surge. The ease and speed of internet access today have also influenced the development of computer games, especially computer games that are played onl…

Board Games

Evolving winning strategies for Nim-like games

2021-08-21 · Mihai Oltean

An evolutionary approach for computing the winning strategy for Nim-like games is proposed in this paper. The winning strategy is computed by using the Multi Expression Programming (MEP) technique - a fast and efficient …