paper-with-me

홈 › Papers

Decision Making in Non-Stationary Environments with Policy-Augmented Search

2024-01-06 · Ava Pettet, Yunuo Zhang, Baiting Luo, Kyle Wray, Hendrik Baier, Aron Laszka, Abhishek Dubey, Ayan Mukhopadhyay

Sequential decision-making under uncertainty is present in many important problems. Two popular approaches for tackling such problems are reinforcement learning and online search (e.g., Monte Carlo tree search). While the former learns a policy by interacting with the environment (typically done before execution), the latter uses a generative model of the environment to sample promising action trajectories at decision time. Decision-making is particularly challenging in non-stationary environments, where the environment in which an agent operates can change over time. Both approaches have shortcomings in such settings -- on the one hand, policies learned before execution become stale when the environment changes and relearning takes both time and computational effort. Online search, on the other hand, can return sub-optimal actions when there are limitations on allowed runtime. In this paper, we introduce \textit{Policy-Augmented Monte Carlo tree search} (PA-MCTS), which combines action-value estimates from an out-of-date policy with an online search using an up-to-date model of the environment. We prove theoretical results showing conditions under which PA-MCTS selects the one-step optimal action and also bound the error accrued while following PA-MCTS as a policy. We compare and contrast our approach with AlphaZero, another hybrid planning approach, and Deep Q Learning on several OpenAI Gym environments. Through extensive experiments, we show that under non-stationary settings with limited time constraints, PA-MCTS outperforms these baselines.

📄 PDF Abstract BibTeX arXiv:2401.03197

Code (1)

scope-lab-vu/PAMCTS 공식 구현 tf

Tasks

Decision MakingDecision Making Under UncertaintyOpenAI GymQ-LearningSequential Decision Making

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Decision Making in Non-Stationary Environments with Policy-Augmented Monte Carlo Tree Search

2022-02-25 · Geoffrey Pettet, Ayan Mukhopadhyay, Abhishek Dubey

Decision-making under uncertainty (DMU) is present in many important problems. An open challenge is DMU in non-stationary environments, where the dynamics of the environment can change over time. Reinforcement Learning (…

Decision MakingDecision Making Under UncertaintyReinforcement Learning (RL)

A Robust Policy Bootstrapping Algorithm for Multi-objective Reinforcement Learning in Non-stationary Environments

2023-08-18 · Sherif Abdelfattah, Kathryn Kasmarik, Jiankun Hu

Multi-objective Markov decision processes are a special kind of multi-objective optimization problem that involves sequential decision making while satisfying the Markov property of stochastic processes. Multi-objective …

Decision MakingMulti-Objective Reinforcement Learningreinforcement-learningReinforcement Learning+1

Reinforcement Learning in Switching Non-Stationary Markov Decision Processes: Algorithms and Convergence Analysis

2025-03-24 · Mohsen Amiri, Sindri Magnússon

Reinforcement learning in non-stationary environments is challenging due to abrupt and unpredictable changes in dynamics, often causing traditional algorithms to fail to converge. However, in many real-world cases, non-s…

Decision MakingQ-Learning

Decision Making for Autonomous Driving via Augmented Adversarial Inverse Reinforcement Learning

2019-11-19 · Pin Wang, Dapeng Liu, Jiayu Chen, Hanhan Li 외

Making decisions in complex driving environments is a challenging task for autonomous agents. Imitation learning methods have great potentials for achieving such a goal. Adversarial Inverse Reinforcement Learning (AIRL) …

Autonomous DrivingDecision MakingImitation Learningreinforcement-learning+2

NS-Gym: Open-Source Simulation Environments and Benchmarks for Non-Stationary Markov Decision Processes

2025-01-16 · Nathaniel S. Keplinger, Baiting Luo, Iliyas Bektas, Yunuo Zhang 외

In many real-world applications, agents must make sequential decisions in environments where conditions are subject to change due to various exogenous factors. These non-stationary environments pose significant challenge…

Decision Making