中文
相关论文

相关论文: Population Seeding Techniques for Rolling Horizon …

200 篇论文

Multiple Artificial Intelligence (AI) methods have been proposed over recent years to create controllers to play multiple video games of different nature and complexity without revealing the specific mechanics of each of these games to the…

神经与进化计算 · 计算机科学 2020-09-01 Edgar Galván , Oxana Gorshkova , Peter Mooney , Fred Valdez Ameneyro , Erik Cuevas

Monte Carlo Tree Search techniques have generally dominated General Video Game Playing, but recent research has started looking at Evolutionary Algorithms and their potential at matching Tree Search level of play or even outperforming these…

人工智能 · 计算机科学 2017-04-25 Raluca D. Gaina , Jialin Liu , Simon M. Lucas , Diego Perez-Liebana

This paper describes a new algorithm for decision making in two-player real-time video games. As with Monte Carlo Tree Search, the algorithm can be used without heuristics and has been developed for use in general video game AI. The…

人工智能 · 计算机科学 2016-07-07 Jialin Liu , Diego Pérez-Liébana , Simon M. Lucas

Game-playing Evolutionary Algorithms, specifically Rolling Horizon Evolutionary Algorithms, have recently managed to beat the state of the art in win rate across many video games. However, the best results in a game are highly dependent on…

人工智能 · 计算机科学 2020-08-25 Raluca D. Gaina , Sam Devlin , Simon M. Lucas , Diego Perez-Liebana

Games, including abstract board games, constitute a convenient ground to create, design, and improve new AI methods. In this field, Monte Carlo Tree Search is a popular algorithm family, aiming to build game trees and explore them…

人工智能 · 计算机科学 2024-06-14 Florian Richoux

General Video Game Playing (GVGP) is a field of Artificial Intelligence where agents play a variety of real-time video games that are unknown in advance. This limits the use of domain-specific heuristics. Monte-Carlo Tree Search (MCTS) is a…

人工智能 · 计算机科学 2024-07-04 Dennis J. N. J. Soemers , Chiara F. Sironi , Torsten Schuster , Mark H. M. Winands

Designing agents that are able to achieve different play-styles while maintaining a competitive level of play is a difficult task, especially for games for which the research community has not found super-human performance yet, like…

Purpose: In recent years Monte-Carlo sampling methods, such as Monte Carlo tree search, have achieved tremendous success in model free reinforcement learning. A combination of the so called upper confidence bounds policy to preserve the…

人工智能 · 计算机科学 2011-10-24 Boris Mitavskiy , Jonathan Rowe , Chris Cannings

Portfolio methods represent a simple but efficient type of action abstraction which has shown to improve the performance of search-based agents in a range of strategy games. We first review existing portfolio techniques and propose a new…

人工智能 · 计算机科学 2021-04-22 Alexander Dockhorn , Jorge Hurtado-Grueso , Dominik Jeurissen , Linjie Xu , Diego Perez-Liebana

Search-based procedural content generation uses stochastic global optimization algorithms to search for game content. However, standard tree search algorithms can be competitive with evolution on some optimization problems. We investigate…

人工智能 · 计算机科学 2020-08-14 Debosmita Bhaumik , Ahmed Khalifa , Michael Cerny Green , Julian Togelius

In this paper, we study AI approaches to successfully play a 2-4 players, full information, Bomberman variant published on the CodinGame platform. We compare the behavior of three search algorithms: Monte Carlo Tree Search, Rolling Horizon…

The advent of AlphaGo and its successors marked the beginning of a new paradigm in playing games using artificial intelligence. This was achieved by combining Monte Carlo tree search, a planning procedure, and deep learning. While the…

人工智能 · 计算机科学 2023-12-29 Marco Kemmerling , Daniel Lütticke , Robert H. Schmitt

Generative models derived from large protein sequence alignments define complex fitness landscapes, but their utility for accurately modeling non-equilibrium evolutionary dynamics remains unclear. In this work, we perform a rigorous…

种群与进化 · 定量生物学 2026-02-10 Leonardo Di Bari , Thierry Mora , Andrea Pagnani , Aleksandra M. Walczak , Francesco Zamponi , Saverio Rossi

The search ability of an Evolutionary Algorithm (EA) depends on the variation among the individuals in the population [3, 4, 8]. Maintaining an optimal level of diversity in the EA population is imperative to ensure that progress of the EA…

神经与进化计算 · 计算机科学 2015-10-27 Maumita Bhattacharya

Monte Carlo Tree Search (MCTS) is a powerful approach to designing game-playing bots or solving sequential decision problems. The method relies on intelligent tree search that balances exploration and exploitation. MCTS performs random…

人工智能 · 计算机科学 2023-04-04 Maciej Świechowski , Konrad Godlewski , Bartosz Sawicki , Jacek Mańdziuk

In combination with Reinforcement Learning, Monte-Carlo Tree Search has shown to outperform human grandmasters in games such as Chess, Shogi and Go with little to no prior domain knowledge. However, most classical use cases only feature up…

人工智能 · 计算机科学 2023-05-23 Jannis Weil , Johannes Czech , Tobias Meuser , Kristian Kersting

We present a general algorithm to order moves so as to speedup exact game solvers. It uses online learning of playout policies and Monte Carlo Tree Search. The learned policy and the information in the Monte Carlo tree are used to order…

人工智能 · 计算机科学 2020-01-16 Tristan Cazenave

In this paper, we study the effects of several Monte Carlo Tree Search (MCTS) modifications for video game testing. Although MCTS modifications are highly studied in game playing, their impacts on finding bugs are blank. We focused on bug…

人工智能 · 计算机科学 2020-03-18 Sinan Ariyurek , Aysu Betin-Can , Elif Surer

Artificial Intelligence, when amalgamated with games makes the ideal structure for research and advancing the field. Multi-agent games have multiple controls for each agent which generates huge amounts of data while increasing search…

人工智能 · 计算机科学 2021-11-30 Harsh Panwar , Saswata Chatterjee , Wil Dube

In this article we propose a heuristic algorithm to explore search space trees associated with instances of combinatorial optimization problems. The algorithm is based on Monte Carlo tree search, a popular algorithm in game playing that is…

人工智能 · 计算机科学 2022-11-17 Jorik Jooken , Pieter Leyman , Tony Wauters , Patrick De Causmaecker
‹ 上一页 1 2 3 10 下一页 ›