paper-with-me

홈 › Papers

Trajectory-Oriented Policy Optimization with Sparse Rewards

2024-01-04 · GuoJian Wang, Faguo Wu, Xiao Zhang

Mastering deep reinforcement learning (DRL) proves challenging in tasks featuring scant rewards. These limited rewards merely signify whether the task is partially or entirely accomplished, necessitating various exploration actions before the agent garners meaningful feedback. Consequently, the majority of existing DRL exploration algorithms struggle to acquire practical policies within a reasonable timeframe. To address this challenge, we introduce an approach leveraging offline demonstration trajectories for swifter and more efficient online RL in environments with sparse rewards. Our pivotal insight involves treating offline demonstration trajectories as guidance, rather than mere imitation, allowing our method to learn a policy whose distribution of state-action visitation marginally matches that of offline demonstrations. We specifically introduce a novel trajectory distance relying on maximum mean discrepancy (MMD) and cast policy optimization as a distance-constrained optimization problem. We then illustrate that this optimization problem can be streamlined into a policy-gradient algorithm, integrating rewards shaped by insights from offline demonstrations. The proposed algorithm undergoes evaluation across extensive discrete and continuous control tasks with sparse and misleading rewards. The experimental findings demonstrate the significant superiority of our proposed algorithm over baseline methods concerning diverse exploration and the acquisition of an optimal policy.

📄 PDF Abstract BibTeX arXiv:2401.02225

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlDeep Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning from Failures: Correction-Oriented Policy Optimization with Verifiable Rewards

2026-05-14 · Mengjie Ren, Jie Lou, Boxi Cao, Xueru Wen 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has emerged as an effective paradigm for improving the reasoning capabilities of large language models. However, RLVR training is often hindered by sparse binary rewa…

Reinforcement LearningMathematical ReasoningCode Generation

Back on Track: Aligning Rewards and States for Reasoning in Diffusion Large Language Models

2026-06-07 · Yawen Shao, Jie Xiao, Kai Zhu, Yu Liu 외 arxiv

Reinforcement learning (RL) holds immense promise for enhancing the reasoning capabilities of diffusion large language models (dLLMs). However, progress is fundamentally constrained by a dual misalignment between authent…

Reinforcement Learning

Learning Self-Imitating Diverse Policies

2018-05-25 · ICLR 2019 5 · Tanmay Gangwani, Qiang Liu, Jian Peng

The success of popular algorithms for deep reinforcement learning, such as policy-gradients and Q-learning, relies heavily on the availability of an informative reward signal at each timestep of the sequential decision-m…

continuous-controlContinuous ControlDecision MakingDeep Reinforcement Learning+6

Teacher-Guided Policy Optimization for On-Policy Reasoning Distillation under Large Policy Divergence

2026-05-13 · Xinyu Liu, Kechen Jiao, Chunyang Xiao, Runsong Zhao 외 arxiv

On-policy distillation (OPD) has become a promising paradigm for reasoning-oriented post-training of large language models (LLMs), especially when combined with reinforcement learning from verifiable rewards (RLVR). Exis…

Reinforcement Learning

Improved Exploration through Latent Trajectory Optimization in Deep Deterministic Policy Gradient

2019-11-15 · Kevin Sebastian Luck, Mel Vecerik, Simon Stepputtis, Heni Ben Amor 외

Model-free reinforcement learning algorithms such as Deep Deterministic Policy Gradient (DDPG) often require additional exploration strategies, especially if the actor is of deterministic nature. This work evaluates the …

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2