paper-with-me

홈 › Papers

Generalized Weighted Path Consistency for Mastering Atari Games

2023-09-21 · NeurIPS 2023 11

Reinforcement learning with the help of neural-guided search consumes huge computational resources to achieve remarkable performance. Path consistency (PC), i.e., $f$ values on one optimal path should be identical, was previously imposed on MCTS by PCZero to improve the learning efficiency of AlphaZero. Not only PCZero still lacks a theoretical support but also considers merely board games. In this paper, PCZero is generalized into GW-PCZero for real applications with non-zero immediate reward. A weighting mechanism is introduced to reduce the variance caused by scouting's uncertainty on the $f$ value estimation. For the first time, it is theoretically proved that neural-guided MCTS is guaranteed to find the optimal solution under the constraint of PC. Experiments are conducted on the Atari $100$k benchmark with $26$ games and GW-PCZero achieves $198\%$ mean human performance, higher than the state-of-the-art EfficientZero's $194\\%$, while consuming only $25\\%$ of the computational resources consumed by EfficientZero.

📄 PDF Abstract BibTeX

Code (1)

cmach508/gw_pczero 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

AlphaZero AlphaZero is a reinforcement learning agent for playing board games such as Go, chess, and shogi.

Similar Papers 제목 키워드 기반

Frog Soup: Zero-Shot, In-Context, and Sample-Efficient Frogger Agents

2025-05-06 · Xiang Li, Yiyang Hao, Doug Fulop

One of the primary aspirations in reinforcement learning research is developing general-purpose agents capable of rapidly adapting to and mastering novel tasks. While RL gaming agents have mastered many Atari games, they…

Atari GamesIn-Context Learning

Mastering Atari Games with Limited Data

2021-10-30 · NeurIPS 2021 12 · Weirui Ye, Shaohuai Liu, Thanard Kurutach, Pieter Abbeel 외

Reinforcement learning has achieved great success in many applications. However, sample efficiency remains a key challenge, with prominent methods requiring millions (or even billions) of environment steps to train. Rece…

Atari GamesAtari Games 100k

Mastering Atari with Discrete World Models

2020-10-05 · ICLR 2021 1 · Danijar Hafner, Timothy Lillicrap, Mohammad Norouzi, Jimmy Ba

Intelligent agents need to generalize from past experience to achieve goals in complex environments. World models facilitate such generalization and allow learning behaviors from imagined outcomes to increase sample-effi…

Atari GamesGPU

Adaptive Action Duration with Contextual Bandits for Deep Reinforcement Learning in Dynamic Environments

2025-06-17 · Abhishek Verma, Nallarasan V, Balaraman Ravindran

Deep Reinforcement Learning (DRL) has achieved remarkable success in complex sequential decision-making tasks, such as playing Atari 2600 games and mastering board games. A critical yet underexplored aspect of DRL is the…

Atari GamesBoard GamesComputational EfficiencyDecision Making+6

A Generalization of the Shortest Path Problem to Graphs with Multiple Edge-Cost Estimates

2022-08-22 · Eyal Weiss, Ariel Felner, Gal A. Kaminka

The shortest path problem in graphs is a cornerstone of AI theory and applications. Existing algorithms generally ignore edge weight computation time. We present a generalized framework for weighted directed graphs, wher…