paper-with-me

Papers

Efficient On-policy Visual-RL via Stochastic Decoupled Policy Gradient

2026-05-26 · Haoxiang You, Yilang Liu, Davis Zong, Qian Wang, Teeratham Vitchutripop, Qi Wang, Daniel Rakita, Ian Abraham arxiv

We present the stochastic decoupled policy gradient (SDPG), a lightweight visual reinforcement learning (RL) method that trains diverse visuomotor control policies end-to-end within a few hours on a single NVIDIA RTX 4080 GPU. SDPG estimates policy gradients via random perturbations of trajectory rollouts, requiring orders of magnitude fewer batch-rendered environments and substantially reducing compute and memory overhead. On visual MuJoCo benchmarks, SDPG consistently outperforms baseline methods in training time, memory usage, and rewards. Finally, to support future research, we introduce a suite of realistic visual robotics benchmarks spanning dexterous manipulation, challenging locomotion, and demonstrate effective sim-to-real transfer on physical hardware.

📄 PDF Abstract BibTeX arXiv:2605.26478

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Stochastic Gradient Descent with Dependent Data for Offline Reinforcement Learning

2022-02-06 · Jing Dong, Xin T. Tong

In reinforcement learning (RL), offline learning decoupled learning from data collection and is useful in dealing with exploration-exploitation tradeoff and enables data reuse in many applications. In this work, we study…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Soft Actor-Critic with Cross-Entropy Policy Optimization

2021-12-21 · Zhenyang Shi, Surya P. N. Singh

Soft Actor-Critic (SAC) is one of the state-of-the-art off-policy reinforcement learning (RL) algorithms that is within the maximum entropy based RL framework. SAC is demonstrated to perform very well in a list of contin…

Reinforcement Learning (RL)

Revisiting stochastic off-policy action-value gradients

2017-03-06 · Yemi Okesanjo, Victor Kofia

Off-policy stochastic actor-critic methods rely on approximating the stochastic policy gradient in order to derive an optimal policy. One may also derive the optimal policy by approximating the action-value gradient. The…

Equivalence of stochastic and deterministic policy gradients

2025-05-29 · Emo Todorov

Policy gradients in continuous control have been derived for both stochastic and deterministic policies. Here we study the relationship between the two. In a widely-used family of MDPs involving Gaussian control noise an…

continuous-controlContinuous ControlPolicy Gradient Methods

Deterministic Policy Gradient Algorithms

2014-06-22 · International Conference on Machine Learning 2014 6 · David Silver, Guy Lever, Nicolas Heess, Thomas Degris 외

In this paper we consider deterministic policy gradient algorithms for reinforcement learning with continuous actions. The deterministic policy gradient has a particularly appealing form: it is the expected gradient of t…

Formreinforcement-learningReinforcement Learning (RL)