paper-with-me

홈 › Papers

Off-Policy Reward Shaping with Ensembles

2015-02-11 · Anna Harutyunyan, Tim Brys, Peter Vrancx, Ann Nowe

Potential-based reward shaping (PBRS) is an effective and popular technique to speed up reinforcement learning by leveraging domain knowledge. While PBRS is proven to always preserve optimal policies, its effect on learning speed is determined by the quality of its potential function, which, in turn, depends on both the underlying heuristic and the scale. Knowing which heuristic will prove effective requires testing the options beforehand, and determining the appropriate scale requires tuning, both of which introduce additional sample complexity. We formulate a PBRS framework that reduces learning speed, but does not incur extra sample complexity. For this, we propose to simultaneously learn an ensemble of policies, shaped w.r.t. many heuristics and on a range of scales. The target policy is then obtained by voting. The ensemble needs to be able to efficiently and reliably learn off-policy: requirements fulfilled by the recent Horde architecture, which we take as our basis. We demonstrate empirically that (1) our ensemble policy outperforms both the base policy, and its single-heuristic components, and (2) an ensemble over a general range of scales performs at least as well as one with optimally tuned components.

📄 PDF Abstract BibTeX arXiv:1502.03248

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Off-Policy Shaping Ensembles in Reinforcement Learning

2014-05-21 · Anna Harutyunyan, Tim Brys, Peter Vrancx, Ann Nowe

Recent advances of gradient temporal-difference methods allow to learn off-policy multiple value functions in parallel with- out sacrificing convergence guarantees or computational efficiency. This opens up new possibili…

Computational Efficiencyreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Temporal-Logic-Based Reward Shaping for Continuing Reinforcement Learning Tasks

2020-07-03 · Yuqian Jiang, Sudarshanan Bharadwaj, Bo Wu, Rishi Shah 외

In continuing tasks, average-reward reinforcement learning may be a more appropriate problem formulation than the more common discounted reward formulation. As usual, learning an optimal policy in this setting typically …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Action-Dependent Optimality-Preserving Reward Shaping

2025-05-19 · Grant C. Forbes, JianXun Wang, Leonardo Villalobos-Arias, Arnav Jhala 외

Recent RL research has utilized reward shaping--particularly complex shaping rewards such as intrinsic motivation (IM)--to encourage agent exploration in sparse-reward environments. While often effective, ``reward hackin…

Montezuma's Revenge

ARMS: Automatic Reward Shaping for Sparse-Reward Multi-Agent Reinforcement Learning

2026-05-22 · Elie Abboud, Oren Gal arxiv

Sparse rewards are a major bottleneck in multi-agent reinforcement learning (MARL), where simultaneous learning induces non-stationarity and makes reward design especially delicate. Reward shaping can accelerate learning…

Multi-agent Reinforcement Learning

Advantage Shaping as Surrogate Reward Maximization: Unifying Pass@K Policy Gradients

2025-10-27 · Christos Thrampoulidis, Sadegh Mahdavi, Wenlong Deng arxiv

This note reconciles two seemingly distinct approaches to policy gradient optimization for the Pass@K objective in reinforcement learning with verifiable rewards: (1) direct REINFORCE-style methods, and (2) advantage-sha…

Reinforcement Learning