paper-with-me

Papers

C-MCTS: Safe Planning with Monte Carlo Tree Search

2023-05-25 · Dinesh Parthasarathy, Georgios Kontes, Axel Plinge, Christopher Mutschler

The Constrained Markov Decision Process (CMDP) formulation allows to solve safety-critical decision making tasks that are subject to constraints. While CMDPs have been extensively studied in the Reinforcement Learning literature, little attention has been given to sampling-based planning algorithms such as MCTS for solving them. Previous approaches perform conservatively with respect to costs as they avoid constraint violations by using Monte Carlo cost estimates that suffer from high variance. We propose Constrained MCTS (C-MCTS), which estimates cost using a safety critic that is trained with Temporal Difference learning in an offline phase prior to agent deployment. The critic limits exploration by pruning unsafe trajectories within MCTS during deployment. C-MCTS satisfies cost constraints but operates closer to the constraint boundary, achieving higher rewards than previous work. As a nice byproduct, the planner is more efficient w.r.t. planning steps. Most importantly, under model mismatch between the planner and the real world, C-MCTS is less susceptible to cost violations than previous work.

📄 PDF Abstract BibTeX arXiv:2305.16209

Code (1)

mutschcr/c-mcts 공식 구현

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Threshold UCT: Cost-Constrained Monte Carlo Tree Search with Pareto Curves

2024-12-18 · Martin Kurečka, Václav Nevyhoštěný, Petr Novotný, Vít Unčovský

Constrained Markov decision processes (CMDPs), in which the agent optimizes expected payoffs while keeping the expected cost below a given threshold, are the leading framework for safe sequential decision making under st…

Decision MakingSequential Decision Making

Task-Completion Dialogue Policy Learning via Monte Carlo Tree Search with Dueling Network

2020-11-01 · EMNLP 2020 11 · Sihan Wang, Kaijie Zhou, Kunfeng Lai, Jianping Shen

We introduce a framework of Monte Carlo Tree Search with Double-q Dueling network (MCTS-DDU) for task-completion dialogue policy learning. Different from the previous deep model-based reinforcement learning methods, whic…

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Task-Completion Dialogue Policy Learning

Convex Hull Monte-Carlo Tree Search

2020-03-09 · Michael Painter, Bruno Lacerda, Nick Hawes

This work investigates Monte-Carlo planning for agents in stochastic environments, with multiple objectives. We propose the Convex Hull Monte-Carlo Tree-Search (CHMCTS) framework, which builds upon Trial Based Heuristic …

Multi-Armed Bandits

Monte Carlo Tree Search with Velocity Obstacles for safe and efficient motion planning in dynamic environments

2025-01-16 · Lorenzo Bonanni, Daniele Meli, Alberto Castellini, Alessandro Farinelli

Online motion planning is a challenging problem for intelligent robots moving in dense environments with dynamic obstacles, e.g., crowds. In this work, we propose a novel approach for optimal and safe online motion plann…

Model Predictive ControlMotion Planning

Provably Efficient Long-Horizon Exploration in Monte Carlo Tree Search through State Occupancy Regularization

2024-07-07 · Liam Schramm, Abdeslam Boularias

Monte Carlo tree search (MCTS) has been successful in a variety of domains, but faces challenges with long-horizon exploration when compared to sampling-based motion planning algorithms like Rapidly-Exploring Random Tree…

Motion PlanningRobot Navigation