Skip to main content

Showing 1–11 of 11 results for author: Winands, M H

Searching in archive cs. Search in all archives.
.
  1. Enhancements for Real-Time Monte-Carlo Tree Search in General Video Game Playing

    Authors: Dennis J. N. J. Soemers, Chiara F. Sironi, Torsten Schuster, Mark H. M. Winands

    Abstract: 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 search technique for game playing that does not rely on domain-specific knowledge. This paper discusses eight enhancements for MCTS in GVGP; Progressive Histor… ▽ More

    Submitted 3 July, 2024; originally announced July 2024.

    Comments: Green Open Access version of conference paper published in 2016

    Journal ref: 2016 IEEE Conference on Computational Intelligence and Games (CIG 2016), pp. 436-443

  2. arXiv:2406.09242  [pdf, other

    cs.AI

    Towards a Characterisation of Monte-Carlo Tree Search Performance in Different Games

    Authors: Dennis J. N. J. Soemers, Guillaume Bams, Max Persoon, Marco Rietjens, Dimitar Sladić, Stefan Stefanov, Kurt Driessens, Mark H. M. Winands

    Abstract: Many enhancements to Monte-Carlo Tree Search (MCTS) have been proposed over almost two decades of general game playing and other artificial intelligence research. However, our ability to characterise and understand which variants work well or poorly in which games is still lacking. This paper describes work on an initial dataset that we have built to make progress towards such an understanding: 26… ▽ More

    Submitted 13 June, 2024; originally announced June 2024.

    Comments: Accepted for publication in the Proceedings of the 2024 IEEE Conference on Games

  3. arXiv:2303.09449  [pdf, other

    cs.AI

    Proof Number Based Monte-Carlo Tree Search

    Authors: Jakub Kowalski, Elliot Doe, Mark H. M. Winands, Daniel Górski, Dennis J. N. J. Soemers

    Abstract: This paper proposes a new game-search algorithm, PN-MCTS, which combines Monte-Carlo Tree Search (MCTS) and Proof-Number Search (PNS). These two algorithms have been successfully applied for decision making in a range of domains. We define three areas where the additional knowledge provided by the proof and disproof numbers gathered in MCTS trees might be used: final move selection, solving subtre… ▽ More

    Submitted 29 May, 2024; v1 submitted 16 March, 2023; originally announced March 2023.

    Comments: Extended version of IEEE Transactions on Games 2024 article (which is a journal version of IEEE CoG 2022 paper available at arXiv:2206.03965)

  4. arXiv:2212.07543  [pdf, other

    cs.AI math.OC

    Monte-Carlo Tree-Search for Leveraging Performance of Blackbox Job-Shop Scheduling Heuristics

    Authors: Florian Wimmenauer, Matúš Mihalák, Mark H. M. Winands

    Abstract: In manufacturing, the production is often done on out-of-the-shelf manufacturing lines, whose underlying scheduling heuristics are not known due to the intellectual property. We consider such a setting with a black-box job-shop system and an unknown scheduling heuristic that, for a given permutation of jobs, schedules the jobs for the black-box job-shop with the goal of minimizing the makespan. He… ▽ More

    Submitted 14 December, 2022; originally announced December 2022.

    Comments: Technical report

    ACM Class: I.2.8; F.2.2

  5. arXiv:2206.03965  [pdf, other

    cs.AI

    Combining Monte-Carlo Tree Search with Proof-Number Search

    Authors: Elliot Doe, Mark H. M. Winands, Dennis J. N. J. Soemers, Cameron Browne

    Abstract: Proof-Number Search (PNS) and Monte-Carlo Tree Search (MCTS) have been successfully applied for decision making in a range of games. This paper proposes a new approach called PN-MCTS that combines these two tree-search methods by incorporating the concept of proof and disproof numbers into the UCT formula of MCTS. Experimental results demonstrate that PN-MCTS outperforms basic MCTS in several game… ▽ More

    Submitted 8 June, 2022; originally announced June 2022.

    Comments: Accepted at IEEE CoG 2022. Copyright of final version held by IEEE

  6. arXiv:2112.07761  [pdf, other

    cs.AI

    Split Moves for Monte-Carlo Tree Search

    Authors: Jakub Kowalski, Maksymilian Mika, Wojciech Pawlik, Jakub Sutowicz, Marek Szykuła, Mark H. M. Winands

    Abstract: In many games, moves consist of several decisions made by the player. These decisions can be viewed as separate moves, which is already a common practice in multi-action games for efficiency reasons. Such division of a player move into a sequence of simpler / lower level moves is called \emph{splitting}. So far, split moves have been applied only in forementioned straightforward cases, and further… ▽ More

    Submitted 14 December, 2021; originally announced December 2021.

    Comments: AAAI 2022

  7. arXiv:2002.04852  [pdf, other

    cs.AI

    Service Selection using Predictive Models and Monte-Carlo Tree Search

    Authors: Cliff Laschet, Jorn op den Buijs, Mark H. M. Winands, Steffen Pauws

    Abstract: This article proposes a method for automated service selection to improve treatment efficacy and reduce re-hospitalization costs. A predictive model is developed using the National Home and Hospice Care Survey (NHHCS) dataset to quantify the effect of care services on the risk of re-hospitalization. By taking the patient's characteristics and other selected services into account, the model is able… ▽ More

    Submitted 12 February, 2020; originally announced February 2020.

  8. arXiv:1905.13516  [pdf, other

    cs.AI

    Foundations of Digital Archæoludology

    Authors: Cameron Browne, Dennis J. N. J. Soemers, Éric Piette, Matthew Stephenson, Michael Conrad, Walter Crist, Thierry Depaulis, Eddie Duggan, Fred Horn, Steven Kelk, Simon M. Lucas, João Pedro Neto, David Parlett, Abdallah Saffidine, Ulrich Schädler, Jorge Nuno Silva, Alex de Voogt, Mark H. M. Winands

    Abstract: Digital Archaeoludology (DAL) is a new field of study involving the analysis and reconstruction of ancient games from incomplete descriptions and archaeological evidence using modern computational techniques. The aim is to provide digital tools and methods to help game historians and other researchers better understand traditional games, their development throughout recorded human history, and the… ▽ More

    Submitted 31 May, 2019; originally announced May 2019.

    Comments: Report on Dagstuhl Research Meeting. Authored/edited by all participants. Appendices by Thierry Depaulis

  9. arXiv:1905.05013  [pdf, other

    cs.AI

    Ludii -- The Ludemic General Game System

    Authors: Éric Piette, Dennis J. N. J. Soemers, Matthew Stephenson, Chiara F. Sironi, Mark H. M. Winands, Cameron Browne

    Abstract: While current General Game Playing (GGP) systems facilitate useful research in Artificial Intelligence (AI) for game-playing, they are often somewhat specialised and computationally inefficient. In this paper, we describe the "ludemic" general game system Ludii, which has the potential to provide an efficient tool for AI researchers as well as game designers, historians, educators and practitioner… ▽ More

    Submitted 21 February, 2020; v1 submitted 13 May, 2019; originally announced May 2019.

    Comments: Accepted at ECAI 2020

  10. arXiv:1406.0486  [pdf, other

    cs.AI

    Monte Carlo Tree Search with Heuristic Evaluations using Implicit Minimax Backups

    Authors: Marc Lanctot, Mark H. M. Winands, Tom Pepels, Nathan R. Sturtevant

    Abstract: Monte Carlo Tree Search (MCTS) has improved the performance of game engines in domains such as Go, Hex, and general game playing. MCTS has been shown to outperform classic alpha-beta search in games where good heuristic evaluations are difficult to obtain. In recent years, combining ideas from traditional minimax search in MCTS has been shown to be advantageous in some domains, such as Lines of Ac… ▽ More

    Submitted 19 June, 2014; v1 submitted 2 June, 2014; originally announced June 2014.

    Comments: 24 pages, 7 figures, 9 tables, expanded version of paper presented at IEEE Conference on Computational Intelligence and Games (CIG) 2014 conference

  11. arXiv:1304.6057  [pdf, ps, other

    cs.GT

    Monte Carlo *-Minimax Search

    Authors: Marc Lanctot, Abdallah Saffidine, Joel Veness, Christopher Archibald, Mark H. M. Winands

    Abstract: This paper introduces Monte Carlo *-Minimax Search (MCMS), a Monte Carlo search algorithm for turned-based, stochastic, two-player, zero-sum games of perfect information. The algorithm is designed for the class of of densely stochastic games; that is, games where one would rarely expect to sample the same successor state multiple times at any particular chance node. Our approach combines sparse sa… ▽ More

    Submitted 22 April, 2013; originally announced April 2013.

    Comments: 16 pages