paper-with-me

홈 › Papers

Rinascimento: using event-value functions for playing Splendor

2020-06-10 · Ivan Bravi, Simon Lucas

In the realm of games research, Artificial General Intelligence algorithms often use score as main reward signal for learning or playing actions. However this has shown its severe limitations when the point rewards are very rare or absent until the end of the game. This paper proposes a new approach based on event logging: the game state triggers an event every time one of its features changes. These events are processed by an Event-value Function (EF) that assigns a value to a single action or a sequence. The experiments have shown that such approach can mitigate the problem of scarce point rewards and improve the AI performance. Furthermore this represents a step forward in controlling the strategy adopted by the artificial agent, by describing a much richer and controllable behavioural space through the EF. Tuned EF are able to neatly synthesise the relevance of the events in the game. Agents using an EF show more robust when playing games with several opponents.

📄 PDF Abstract BibTeX arXiv:2006.05894

Code (1)

ivanbravi/RinascimentoFramework 공식 구현

Similar Papers 제목 키워드 기반

Rinascimento: searching the behaviour space of Splendor

2021-06-15 · Ivan Bravi, Simon Lucas

The use of Artificial Intelligence (AI) for play-testing is still on the sidelines of main applications of AI in games compared to performance-oriented game-playing. One of the main purposes of play-testing a game is gat…

Game Design

Rinascimento: Optimising Statistical Forward Planning Agents for Playing Splendor

2019-04-03 · Ivan Bravi, Simon Lucas, Diego Perez-Liebana, Jialin Liu

Game-based benchmarks have been playing an essential role in the development of Artificial Intelligence (AI) techniques. Providing diverse challenges is crucial to push research toward innovation and understanding in mod…

Reward Shaping for Improved Learning in Real-time Strategy Game Play

2023-11-27 · John Kliem, Prithviraj Dasgupta

We investigate the effect of reward shaping in improving the performance of reinforcement learning in the context of the real-time strategy, capture-the-flag game. The game is characterized by sparse rewards that are ass…

Visual analytics for team-based invasion sports with significant events and Markov reward process

2019-07-02 · Kun Zhao, Takayuki Osogami, Tetsuro Morimura

In team-based invasion sports such as soccer and basketball, analytics is important for teams to understand their performance and for audiences to understand matches better. The present work focuses on performing visual …

Stop Regressing: Training Value Functions via Classification for Scalable Deep RL

2024-03-06 · Jesse Farebrother, Jordi Orbay, Quan Vuong, Adrien Ali Taïga 외

Value functions are a central component of deep reinforcement learning (RL). These functions, parameterized by neural networks, are trained using a mean squared error regression objective to match bootstrapped target val…

Atari GamesDeep Reinforcement LearningregressionReinforcement Learning (RL)