paper-with-me

Papers

Reactive Reinforcement Learning in Asynchronous Environments

2018-02-16 · Jaden B. Travnik, Kory W. Mathewson, Richard S. Sutton, Patrick M. Pilarski

The relationship between a reinforcement learning (RL) agent and an asynchronous environment is often ignored. Frequently used models of the interaction between an agent and its environment, such as Markov Decision Processes (MDP) or Semi-Markov Decision Processes (SMDP), do not capture the fact that, in an asynchronous environment, the state of the environment may change during computation performed by the agent. In an asynchronous environment, minimizing reaction time---the time it takes for an agent to react to an observation---also minimizes the time in which the state of the environment may change following observation. In many environments, the reaction time of an agent directly impacts task performance by permitting the environment to transition into either an undesirable terminal state or a state where performing the chosen action is inappropriate. We propose a class of reactive reinforcement learning algorithms that address this problem of asynchronous environments by immediately acting after observing new state information. We compare a reactive SARSA learning algorithm with the conventional SARSA learning algorithm on two asynchronous robotic tasks (emergency stopping and impact prevention), and show that the reactive RL algorithm reduces the reaction time of the agent by approximately the duration of the algorithm's learning update. This new class of reactive algorithms may facilitate safer control and faster decision making without any change to standard learning guarantees.

📄 PDF Abstract BibTeX arXiv:1802.06139

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Sarsa Sarsa is an on-policy TD control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} + \gamma{Q}\left(S\_{t+1},…

Similar Papers 제목 키워드 기반

When in Doubt, Plan It Out: Committed Small Language Model Deliberation for Reactive Reinforcement Learning

2026-06-15 · Nathan Gavenski, Juarez Monteiro, Francisco Galuppo, Adriano Veloso 외 arxiv

Reinforcement Learning (RL) policies often degrade in unfamiliar environments because they lack explicit deliberation. We propose Plan, Align, Commit, Think (PACT), a hybrid architecture that combines a fast, reactive RL…

Reinforcement Learning

Reactive Knowledge Representation and Asynchronous Reasoning

2026-02-05 · Simon Kohaut, Benedict Flade, Julian Eggert, Kristian Kersting 외 arxiv

Exact inference in complex probabilistic models often incurs prohibitive computational costs. This challenge is particularly acute for autonomous agents in dynamic environments that require frequent, real-time belief upd…

TIC-VLA: A Think-in-Control Vision-Language-Action Model for Robot Navigation in Dynamic Environments

2026-02-02 · Zhiyu Huang, Yun Zhang, Johnson Liu, Rui Song 외 arxiv

Robots in dynamic, human-centric environments must follow language instructions while maintaining real-time reactive control. Vision-language-action (VLA) models offer a promising framework, but they assume temporally al…

Reinforcement LearningRobot Navigation

Reactive Environments for Active Inference Agents with RxEnvironments.jl

2024-09-17 · Wouter W. L. Nuijten, Bert de Vries

Active Inference is a framework that emphasizes the interaction between agents and their environment. While the framework has seen significant advancements in the development of agents, the environmental models are often…

Simulation and estimation of an agent-based market-model with a matching engine

2021-08-17 · Ivan Jericevich, Patrick Chang, Tim Gebbie

An agent-based model with interacting low frequency liquidity takers inter-mediated by high-frequency liquidity providers acting collectively as market makers can be used to provide realistic simulated price impact curve…