AIAug 8, 2023

Actor-Critic with variable time discretization via sustained actions

arXiv:2308.04299v11 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the time discretization trade-off in robotic control for RL practitioners, though it appears incremental as it combines existing discretization approaches.

The paper tackles the challenge of applying reinforcement learning to continuous robotic control problems by proposing SusACER, an algorithm that starts with sparse time discretization and gradually switches to fine discretization. It outperforms state-of-the-art methods on Ant, HalfCheetah, Hopper, and Walker2D environments.

Reinforcement learning (RL) methods work in discrete time. In order to apply RL to inherently continuous problems like robotic control, a specific time discretization needs to be defined. This is a choice between sparse time control, which may be easier to train, and finer time control, which may allow for better ultimate performance. In this work, we propose SusACER, an off-policy RL algorithm that combines the advantages of different time discretization settings. Initially, it operates with sparse time discretization and gradually switches to a fine one. We analyze the effects of the changing time discretization in robotic control environments: Ant, HalfCheetah, Hopper, and Walker2D. In all cases our proposed algorithm outperforms state of the art.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes