中文
相关论文

相关论文: Accelerating Self-Play Learning in Go

200 篇论文

Tactical decision making for autonomous driving is challenging due to the diversity of environments, the uncertainty in the sensor information, and the complex interaction with other road users. This paper introduces a general framework for…

机器人学 · 计算机科学 2020-03-17 Carl-Johan Hoel , Katherine Driggs-Campbell , Krister Wolff , Leo Laine , Mykel J. Kochenderfer

Learned optimization has emerged as a promising alternative to hand-crafted optimizers, with the potential to discover stronger learned update rules that enable faster, hyperparameter-free training of neural networks. A critical element for…

机器学习 · 计算机科学 2025-06-23 Abhinav Moudgil , Boris Knyazev , Guillaume Lajoie , Eugene Belilovsky

After the recent groundbreaking results of AlphaGo, we have seen a strong interest in reinforcement learning in game playing. General Game Playing (GGP) provides a good testbed for reinforcement learning. In GGP, a specification of games…

人工智能 · 计算机科学 2018-05-22 Hui Wang , Michael Emmerich , Aske Plaat

This paper presents MiniZero, a zero-knowledge learning framework that supports four state-of-the-art algorithms, including AlphaZero, MuZero, Gumbel AlphaZero, and Gumbel MuZero. While these algorithms have demonstrated super-human…

人工智能 · 计算机科学 2024-04-29 Ti-Rong Wu , Hung Guei , Pei-Chiun Peng , Po-Wei Huang , Ting Han Wei , Chung-Chin Shih , Yun-Jui Tsai

Constructing agents with planning capabilities has long been one of the main challenges in the pursuit of artificial intelligence. Tree-based planning methods have enjoyed huge success in challenging domains, such as chess and Go, where a…

Planning at execution time has been shown to dramatically improve performance for agents in both single-agent and multi-agent settings. A well-known family of approaches to planning at execution time are AlphaZero and its variants, which…

人工智能 · 计算机科学 2024-06-14 Carlos Martin , Tuomas Sandholm

We develop a method of adapting the AlphaZero model to General Game Playing (GGP) that focuses on faster model generation and requires less knowledge to be extracted from the game rules. The dataset generation uses MCTS playing instead of…

人工智能 · 计算机科学 2023-12-22 Michał Maras , Michał Kępa , Jakub Kowalski , Marek Szykuła

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

AlphaZero has achieved impressive performance in deep reinforcement learning by utilizing an architecture that combines search and training of a neural network in self-play. Many researchers are looking for ways to reproduce and improve…

人工智能 · 计算机科学 2021-05-14 Hui Wang , Mike Preuss , Aske Plaat

Humans tend to learn complex abstract concepts faster if examples are presented in a structured manner. For instance, when learning how to play a board game, usually one of the first concepts learned is how the game ends, i.e. the actions…

机器学习 · 计算机科学 2019-06-11 Joseph West , Frederic Maire , Cameron Browne , Simon Denman

Deep Reinforcement Learning reaches a superhuman level of play in many complete information games. The state of the art algorithm for learning with zero knowledge is AlphaZero. We take another approach, Ath\'enan, which uses a different,…

人工智能 · 计算机科学 2026-04-24 Quentin Cohen-Solal , Tristan Cazenave

Making inferences with a deep neural network on a batch of states is much faster with a GPU than making inferences on one state after another. We build on this property to propose Monte Carlo Tree Search algorithms using batched inferences.…

人工智能 · 计算机科学 2021-04-12 Tristan Cazenave

Deep learning technology is making great progress in solving the challenging problems of artificial intelligence, hence machine learning based on artificial neural networks is in the spotlight again. In some areas, artificial intelligence…

人工智能 · 计算机科学 2020-02-27 Okyu Kwon

Artificial intelligence (AI) has achieved superhuman performance in board games such as Go, chess, and Othello (Reversi). In other words, the AI system surpasses the level of a strong human expert player in such games. In this context, it…

机器学习 · 计算机科学 2022-09-21 Kazuhisa Fujita

The game of Go has a long history in East Asian countries, but the field of Computer Go has yet to catch up to humans until the past couple of years. While the rules of Go are simple, the strategy and combinatorics of the game are immensely…

人工智能 · 计算机科学 2019-07-12 Jeffrey Barratt , Chuanbo Pan

The combination of deep learning and Monte Carlo Tree Search (MCTS) has shown to be effective in various domains, such as board and video games. AlphaGo represented a significant step forward in our ability to learn complex board games, and…

机器学习 · 计算机科学 2021-04-29 Alexandre Borges , Arlindo Oliveira

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-Carlo Tree Search.…

人工智能 · 计算机科学 2020-12-22 Johannes Czech , Patrick Korus , Kristian Kersting

In recent years, much progress has been made in computer Go and most of the results have been obtained thanks to search algorithms (Monte Carlo Tree Search) and Deep Reinforcement Learning (DRL). In this paper, we propose to use and analyze…

人工智能 · 计算机科学 2024-05-24 Brahim Driss , Jérôme Arjonilla , Hui Wang , Abdallah Saffidine , Tristan Cazenave

During the development of AlphaGo, its many hyper-parameters were tuned with Bayesian optimization multiple times. This automatic tuning process resulted in substantial improvements in playing strength. For example, prior to the match with…

In this project, we combine AlphaGo algorithm with Curriculum Learning to crack the game of Gomoku. Modifications like Double Networks Mechanism and Winning Value Decay are implemented to solve the intrinsic asymmetry and short-sight of…

人工智能 · 计算机科学 2018-09-28 Zheng Xie , XingYu Fu , JinYuan Yu