paper-with-me

Papers

Monte Carlo Game Solver

2020-01-15 · Tristan Cazenave

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 moves in game solvers. They improve greatly the solving time for multiple games.

📄 PDF Abstract BibTeX arXiv:2001.05087

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ALGAMES: A Fast Solver for Constrained Dynamic Games

2019-10-22 · Simon Le Cleac'h, Mac Schwager, Zachary Manchester

Dynamic games are an effective paradigm for dealing with the control of multiple interacting actors. This paper introduces ALGAMES (Augmented Lagrangian GAME-theoretic Solver), a solver that handles trajectory optimizati…

Autonomous DrivingModel Predictive Control

Monte-Carlo Graph Search for AlphaZero

2020-12-20 · Johannes Czech, Patrick Korus, Kristian Kersting

The AlphaZero algorithm has been successfully applied in a range of discrete domains, most notably board games. It utilizes a neural network, that learns a value and policy function to guide the exploration in a Monte-Ca…

Board Games

Alphazzle: Jigsaw Puzzle Solver with Deep Monte-Carlo Tree Search

2023-02-01 · Marie-Morgane Paumard, Hedi Tabia, David Picard

Solving jigsaw puzzles requires to grasp the visual features of a sequence of patches and to explore efficiently a solution space that grows exponentially with the sequence length. Therefore, visual deep reinforcement le…

Deep Reinforcement Learning

MC$^2$: Monte Carlo Correction for Fast Elliptic PDE Solving

2026-05-10 · Ethan Hsu, Hong Meng Yam, Ivan Ge arxiv

Partial differential equation (PDE) solvers underpin scientific computing, but real-world deployment is bounded by compute. Classical Monte Carlo solvers such as Walk-on-Spheres (WoS) are unbiased and geometry-agnostic b…

Competing in a Complex Hidden Role Game with Information Set Monte Carlo Tree Search

2020-05-14 · Jack Reinhardt

Advances in intelligent game playing agents have led to successes in perfect information games like Go and imperfect information games like Poker. The Information Set Monte Carlo Tree Search (ISMCTS) family of algorithms…