paper-with-me

Papers

Planning and Learning Using Adaptive Entropy Tree Search

2021-02-12 · Piotr Kozakowski, Mikołaj Pacek, Piotr Miłoś

Recent breakthroughs in Artificial Intelligence have shown that the combination of tree-based planning with deep learning can lead to superior performance. We present Adaptive Entropy Tree Search (ANTS) - a novel algorithm combining planning and learning in the maximum entropy paradigm. Through a comprehensive suite of experiments on the Atari benchmark we show that ANTS significantly outperforms PUCT, the planning component of the state-of-the-art AlphaZero system. ANTS builds upon recent work on maximum entropy planning methods - which however, as we show, fail in combination with learning. ANTS resolves this issue to reach state-of-the-art performance. We further find that ANTS exhibits superior robustness to different hyperparameter choices, compared to the previous algorithms. We believe that the high performance and robustness of ANTS can bring tree search planning one step closer to wide practical adoption.

📄 PDF Abstract BibTeX arXiv:2102.06808

Code (1)

adaptive-entropy-tree-search/ants 공식 구현

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
AlphaZero AlphaZero is a reinforcement learning agent for playing board games such as Go, chess, and shogi.

Similar Papers 제목 키워드 기반

Monte Carlo Tree Search with Boltzmann Exploration

2024-04-11 · NeurIPS 2023 11 · Michael Painter, Mohamed Baioumy, Nick Hawes, Bruno Lacerda

Monte-Carlo Tree Search (MCTS) methods, such as Upper Confidence Bound applied to Trees (UCT), are instrumental to automated planning techniques. However, UCT can be slow to explore an optimal action when it initially ap…

Game of Go

Maximum Entropy Monte-Carlo Planning

2019-12-01 · NeurIPS 2019 12 · Chenjun Xiao, Ruitong Huang, Jincheng Mei, Dale Schuurmans 외

We develop a new algorithm for online planning in large scale sequential decision problems that improves upon the worst case efficiency of UCT. The idea is to augment Monte-Carlo Tree Search (MCTS) with maximum entropy …

Atari GamesDecision MakingSequential Decision Making

A Surprisingly Simple Continuous-Action POMDP Solver: Lazy Cross-Entropy Search Over Policy Trees

2023-05-14 · Marcus Hoerger, Hanna Kurniawati, Dirk Kroese, Nan Ye

The Partially Observable Markov Decision Process (POMDP) provides a principled framework for decision making in stochastic partially observable environments. However, computing good solutions for problems with continuous…

Decision Making

ToolTree: Efficient LLM Agent Tool Planning via Dual-Feedback Monte Carlo Tree Search and Bidirectional Pruning

2026-03-13 · Shuo Yang, Soyeon Caren Han, Yihao Ding, Shuhe Wang 외 arxiv

Large Language Model (LLM) agents are increasingly applied to complex, multi-step tasks that require interaction with diverse external tools across various domains. However, current LLM agent tool planning methods typica…

Continuous Monte Carlo Graph Search

2022-10-04 · Kalle Kujanpää, Amin Babadi, Yi Zhao, Juho Kannala 외

Online planning is crucial for high performance in many complex sequential decision-making tasks. Monte Carlo Tree Search (MCTS) employs a principled mechanism for trading off exploration for exploitation for efficient o…

continuous-controlContinuous ControlDecision MakingSequential Decision Making