paper-with-me

Papers

A Value Based Parallel Update MCTS Method for Multi-Agent Cooperative Decision Making of Connected and Automated Vehicles

2024-09-20 · Ye Han, Lijun Zhang, Dejian Meng, Xingyu Hu, Songyu Weng

To solve the problem of lateral and logitudinal joint decision-making of multi-vehicle cooperative driving for connected and automated vehicles (CAVs), this paper proposes a Monte Carlo tree search (MCTS) method with parallel update for multi-agent Markov game with limited horizon and time discounted setting. By analyzing the parallel actions in the multi-vehicle joint action space in the partial-steady-state traffic flow, the parallel update method can quickly exclude potential dangerous actions, thereby increasing the search depth without sacrificing the search breadth. The proposed method is tested in a large number of randomly generated traffic flow. The experiment results show that the algorithm has good robustness and better performance than the SOTA reinforcement learning algorithms and heuristic methods. The vehicle driving strategy using the proposed algorithm shows rationality beyond human drivers, and has advantages in traffic efficiency and safety in the coordinating zone.

📄 PDF Abstract BibTeX arXiv:2409.13783

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Similar Papers 제목 키워드 기반

Parallelization of Monte Carlo Tree Search in Continuous Domains

2020-03-30 · Karl Kurzer, Christoph Hörtnagl, J. Marius Zöllner

Monte Carlo Tree Search (MCTS) has proven to be capable of solving challenging tasks in domains such as Go, chess and Atari. Previous research has developed parallel versions of MCTS, exploiting today's multiprocessing a…

Trajectory Planning

Policy Gradient Search: Online Planning and Expert Iteration without Search Trees

2019-04-07 · Thomas Anthony, Robert Nishihara, Philipp Moritz, Tim Salimans 외

Monte Carlo Tree Search (MCTS) algorithms perform simulation-based search to improve policies online. During search, the simulation policy is adapted to explore the most promising lines of play. MCTS has been used by sta…

Neural Network simulation

Combining Q-Learning and Search with Amortized Value Estimates

2019-12-05 · ICLR 2020 1 · Jessica B. Hamrick, Victor Bapst, Alvaro Sanchez-Gonzalez, Tobias Pfaff 외

We introduce "Search with Amortized Value Estimates" (SAVE), an approach for combining model-free Q-learning with model-based Monte-Carlo Tree Search (MCTS). In SAVE, a learned prior over state-action values is used to g…

Q-Learning

Multiple Policy Value Monte Carlo Tree Search

2019-05-31 · Li-Cheng Lan, Wei Li, Ting-Han Wei, I-Chen Wu

Many of the strongest game playing programs use a combination of Monte Carlo tree search (MCTS) and deep neural networks (DNN), where the DNNs are used as policy or value evaluators. Given a limited budget, such as onlin…

State Estimation

Improved Monte Carlo tree search formulation with multiple root nodes for discrete sizing optimization of truss structures

2023-09-12 · Fu-Yao Ko, Katsuyuki Suzuki, Kazuo Yonekura

This paper proposes a novel reinforcement learning (RL) algorithm using improved Monte Carlo tree search (IMCTS) formulation for discrete optimum design of truss structures. IMCTS with multiple root nodes includes update…

Reinforcement Learning (RL)