paper-with-me

홈 › Papers

Scalable Decision-Making in Stochastic Environments through Learned Temporal Abstraction

2025-02-28 · Baiting Luo, Ava Pettet, Aron Laszka, Abhishek Dubey, Ayan Mukhopadhyay

Sequential decision-making in high-dimensional continuous action spaces, particularly in stochastic environments, faces significant computational challenges. We explore this challenge in the traditional offline RL setting, where an agent must learn how to make decisions based on data collected through a stochastic behavior policy. We present Latent Macro Action Planner (L-MAP), which addresses this challenge by learning a set of temporally extended macro-actions through a state-conditional Vector Quantized Variational Autoencoder (VQ-VAE), effectively reducing action dimensionality. L-MAP employs a (separate) learned prior model that acts as a latent transition model and allows efficient sampling of plausible actions. During planning, our approach accounts for stochasticity in both the environment and the behavior policy by using Monte Carlo tree search (MCTS). In offline RL settings, including stochastic continuous control tasks, L-MAP efficiently searches over discrete latent actions to yield high expected returns. Empirical results demonstrate that L-MAP maintains low decision latency despite increased action dimensionality. Notably, across tasks ranging from continuous control with inherently stochastic dynamics to high-dimensional robotic hand manipulation, L-MAP significantly outperforms existing model-based methods and performs on-par with strong model-free actor-critic baselines, highlighting the effectiveness of the proposed approach in planning in complex and stochastic environments with high-dimensional action spaces.

📄 PDF Abstract BibTeX arXiv:2502.21186

Code (1)

baitingluo/l-map 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlDecision MakingOffline RLSequential Decision Making

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Scalable Option Learning in High-Throughput Environments

2025-08-30 · Mikael Henaff, Scott Fujimoto, Michael Matthews, Michael Rabbat arxiv

Hierarchical reinforcement learning (RL) has the potential to enable effective decision-making over long timescales. Existing approaches, while promising, have yet to realize the benefits of large-scale training. In this…

Hierarchical Reinforcement Learning

Stochastic models of evidence accumulation in changing environments

2015-09-30

Organisms and ecological groups accumulate evidence to make decisions. Classic experiments and theoretical studies have explored this process when the correct choice is fixed during each trial. However, we live in a cons…

Decision Making

InfraLib: Enabling Reinforcement Learning and Decision-Making for Large-Scale Infrastructure Management

2024-09-05 · Pranay Thangeda, Trevor S. Betz, Michael N. Grussing, Melkior Ornik

Efficient management of infrastructure systems is crucial for economic stability, sustainability, and public safety. However, infrastructure sustainment is challenging due to the vast scale of systems, stochastic deterio…

BenchmarkingComputational EfficiencyDecision MakingManagement+2

Learning Environment Models with Continuous Stochastic Dynamics

2023-06-29 · Martin Tappler, Edi Muškardin, Bernhard K. Aichernig, Bettina Könighofer

Solving control tasks in complex environments automatically through learning offers great potential. While contemporary techniques from deep reinforcement learning (DRL) provide effective solutions, their decision-making…

AcrobotBenchmarkingDecision MakingDeep Reinforcement Learning+2

Optimal Decision-Making in Mixed-Agent Partially Observable Stochastic Environments via Reinforcement Learning

2019-01-04 · Roi Ceren

Optimal decision making with limited or no information in stochastic environments where multiple agents interact is a challenging topic in the realm of artificial intelligence. Reinforcement learning (RL) is a popular ap…

Decision MakingImage SegmentationModel-based Reinforcement LearningQ-Learning+4