paper-with-me

Papers

Learning to Score Behaviors for Guided Policy Optimization

2019-06-11 · ICML 2020 1 · Aldo Pacchiano, Jack Parker-Holder, Yunhao Tang, Anna Choromanska, Krzysztof Choromanski, Michael. I. Jordan

We introduce a new approach for comparing reinforcement learning policies, using Wasserstein distances (WDs) in a newly defined latent behavioral space. We show that by utilizing the dual formulation of the WD, we can learn score functions over policy behaviors that can in turn be used to lead policy optimization towards (or away from) (un)desired behaviors. Combined with smoothed WDs, the dual formulation allows us to devise efficient algorithms that take stochastic gradient descent steps through WD regularizers. We incorporate these regularizers into two novel on-policy algorithms, Behavior-Guided Policy Gradient and Behavior-Guided Evolution Strategies, which we demonstrate can outperform existing methods in a variety of challenging environments. We also provide an open source demo.

📄 PDF Abstract BibTeX arXiv:1906.04349

Code (1)

behaviorguidedRL/BGRL 공식 구현

Tasks

Efficient ExplorationImitation Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Behavior-Guided Reinforcement Learning

2019-09-25 · Aldo Pacchiano, Jack Parker-Holder, Yunhao Tang, Anna Choromanska 외

We introduce a new approach for comparing reinforcement learning policies, using Wasserstein distances (WDs) in a newly defined latent behavioral space. We show that by utilizing the dual formulation of the WD, we can le…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Can Compact Language Models Search Like Agents? Distillation-Guided Policy Optimization for Preserving Agentic RAG Capabilities

2025-08-27 · Rikuto Kotoge, Mai Nishimura, Jiaxin Ma arxiv

Reinforcement Learning has emerged as a dominant post-training approach to elicit agentic RAG behaviors such as search and planning from language models. Despite its success with larger models, applying RL to compact mod…

Reinforcement Learning

ACE : Off-Policy Actor-Critic with Causality-Aware Entropy Regularization

2024-02-22 · Tianying Ji, Yongyuan Liang, Yan Zeng, Yu Luo 외

The varying significance of distinct primitive behaviors during the policy learning process has been overlooked by prior model-free RL algorithms. Leveraging this insight, we explore the causal relationship between diffe…

continuous-controlContinuous ControlEfficient Exploration

Safe Explicable Policy Search

2025-03-10 · Akkamahadevi Hanni, Jonathan Montaño, Yu Zhang

When users work with AI agents, they form conscious or subconscious expectations of them. Meeting user expectations is crucial for such agents to engage in successful interactions and teaming. However, users may form exp…

Modular Multitask Reinforcement Learning with Policy Sketches

2016-11-06 · ICML 2017 8 · Jacob Andreas, Dan Klein, Sergey Levine

We describe a framework for multitask deep reinforcement learning guided by policy sketches. Sketches annotate tasks with sequences of named subtasks, providing information about high-level structural relationships among…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2