paper-with-me

홈 › Papers

Locally Persistent Exploration in Continuous Control Tasks with Sparse Rewards

2020-12-26 · Susan Amin, Maziar Gomrokchi, Hossein Aboutalebi, Harsh Satija, Doina Precup

A major challenge in reinforcement learning is the design of exploration strategies, especially for environments with sparse reward structures and continuous state and action spaces. Intuitively, if the reinforcement signal is very scarce, the agent should rely on some form of short-term memory in order to cover its environment efficiently. We propose a new exploration method, based on two intuitions: (1) the choice of the next exploratory action should depend not only on the (Markovian) state of the environment, but also on the agent's trajectory so far, and (2) the agent should utilize a measure of spread in the state space to avoid getting stuck in a small region. Our method leverages concepts often used in statistical physics to provide explanations for the behavior of simplified (polymer) chains in order to generate persistent (locally self-avoiding) trajectories in state space. We discuss the theoretical properties of locally self-avoiding walks and their ability to provide a kind of short-term memory through a decaying temporal correlation within the trajectory. We provide empirical evaluations of our approach in a simulated 2D navigation task, as well as higher-dimensional MuJoCo continuous control locomotion tasks with sparse rewards.

📄 PDF Abstract BibTeX arXiv:2012.13658

Code (1)

h-aboutalebi/SparseBaseline 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlMuJoCo

Similar Papers 제목 키워드 기반

TAAC: Temporally Abstract Actor-Critic for Continuous Control

2021-04-13 · NeurIPS 2021 12 · Haonan Yu, Wei Xu, Haichao Zhang

We present temporally abstract actor-critic (TAAC), a simple but effective off-policy RL algorithm that incorporates closed-loop temporal abstraction into the actor-critic framework. TAAC adds a second-stage binary polic…

continuous-controlContinuous Control

Control Barrier Corridors: From Safety Functions to Safe Sets

2026-03-06 · Ömür Arslan, Nikolay Atanasov arxiv

Safe autonomy is a critical requirement and a key enabler for robots to operate safely in unstructured complex environments. Control barrier functions and safe motion corridors are two widely used but technically distinc…

Motion Planning

WorldDirector: Building Controllable World Simulators with Persistent Dynamic Memory

2026-07-02 · Hanlin Wang, Hao Ouyang, Qiuyu Wang, Wen Wang 외 arxiv

We present WorldDirector, a highly controllable video world model framework designed for persistent dynamic object memory and unrestricted viewpoint exploration. Unlike existing world models that entangle physical dynami…

Video Generation

Temporally Layered Architecture for Adaptive, Distributed and Continuous Control

2022-12-25 · Devdhar Patel, Joshua Russell, Francesca Walsh, Tauhidur Rahman 외

We present temporally layered architecture (TLA), a biologically inspired system for temporally adaptive distributed control. TLA layers a fast and a slow controller together to achieve temporal abstraction that allows e…

continuous-controlContinuous Control

Overcoming Exploration in Reinforcement Learning with Demonstrations

2017-09-28 · Ashvin Nair, Bob McGrew, Marcin Andrychowicz, Wojciech Zaremba 외

Exploration in environments with sparse rewards has been a persistent problem in reinforcement learning (RL). Many tasks are natural to specify with a sparse reward, and manually shaping a reward function can result in s…

continuous-controlContinuous ControlReinforcement LearningReinforcement Learning (RL)