paper-with-me

홈 › Papers

Learning to Stabilize Online Reinforcement Learning in Unbounded State Spaces

2023-06-02 · Brahma S. Pavse, Matthew Zurek, Yudong Chen, Qiaomin Xie, Josiah P. Hanna

In many reinforcement learning (RL) applications, we want policies that reach desired states and then keep the controlled system within an acceptable region around the desired states over an indefinite period of time. This latter objective is called stability and is especially important when the state space is unbounded, such that the states can be arbitrarily far from each other and the agent can drift far away from the desired states. For example, in stochastic queuing networks, where queues of waiting jobs can grow without bound, the desired state is all-zero queue lengths. Here, a stable policy ensures queue lengths are finite while an optimal policy minimizes queue lengths. Since an optimal policy is also stable, one would expect that RL algorithms would implicitly give us stable policies. However, in this work, we find that deep RL algorithms that directly minimize the distance to the desired state during online training often result in unstable policies, i.e., policies that drift far away from the desired state. We attribute this instability to poor credit-assignment for destabilizing actions. We then introduce an approach based on two ideas: 1) a Lyapunov-based cost-shaping technique and 2) state transformations to the unbounded state space. We conduct an empirical study on various queueing networks and traffic signal control problems and find that our approach performs competitively against strong baselines with knowledge of the transition dynamics. Our code is available here: https://github.com/Badger-RL/STOP.

📄 PDF Abstract BibTeX arXiv:2306.01896

Code (1)

badger-rl/stop 공식 구현 pytorch

Tasks

Attributereinforcement-learningReinforcement LearningReinforcement Learning (RL)Traffic Signal Control

Similar Papers 제목 키워드 기반

Multiclass Transductive Online Learning

2024-11-03 · Steve Hanneke, Vinod Raman, Amirreza Shaeiri, Unique Subedi

We consider the problem of multiclass transductive online learning when the number of labels can be unbounded. Previous works by Ben-David et al. [1997] and Hanneke et al. [2023b] only consider the case of binary and fin…

Information-based learning by agents in unbounded state spaces

2014-12-01 · NeurIPS 2014 12 · Shariq A. Mobin, James A. Arnemann, Fritz Sommer

The idea that animals might use information-driven planning to explore an unknown environment and build an internal model of it has been proposed for quite some time. Recent work has demonstrated that agents using this p…

Stable Reinforcement Learning with Unbounded State Space

2020-06-08 · L4DC 2020 6 · Devavrat Shah, Qiaomin Xie, Zhi Xu

We consider the problem of reinforcement learning (RL) with unbounded state space motivated by the classical problem of scheduling in a queueing network. Traditional policies as well as error metric that are designed for…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Scheduling

Online Nonstochastic Prediction: Logarithmic Regret via Predictive Online Least Squares

2026-05-06 · Chih-Fan Pai, Yang Zheng arxiv

We study online prediction for marginally stable, partially observed linear dynamical systems under nonstochastic disturbances. Our objective is to minimize the cumulative squared prediction loss and compete with the bes…

Reinforcement Learning with Discrete Diffusion Policies for Combinatorial Action Spaces

2025-09-26 · Haitong Ma, Ofir Nabati, Aviv Rosenberg, Bo Dai 외 arxiv

Reinforcement learning (RL) struggles to scale to large, combinatorial action spaces common in many real-world problems. This paper introduces a novel framework for training discrete diffusion models as highly effective …

Reinforcement Learning