paper-with-me

Papers

Optimistic Curiosity Exploration and Conservative Exploitation with Linear Reward Shaping

2022-09-15 · Hao Sun, Lei Han, Rui Yang, Xiaoteng Ma, Jian Guo, Bolei Zhou

In this work, we study the simple yet universally applicable case of reward shaping in value-based Deep Reinforcement Learning (DRL). We show that reward shifting in the form of the linear transformation is equivalent to changing the initialization of the $Q$-function in function approximation. Based on such an equivalence, we bring the key insight that a positive reward shifting leads to conservative exploitation, while a negative reward shifting leads to curiosity-driven exploration. Accordingly, conservative exploitation improves offline RL value estimation, and optimistic value estimation improves exploration for online RL. We validate our insight on a range of RL tasks and show its improvement over baselines: (1) In offline RL, the conservative exploitation leads to improved performance based on off-the-shelf algorithms; (2) In online continuous control, multiple value functions with different shifting constants can be used to tackle the exploration-exploitation dilemma for better sample efficiency; (3) In discrete control tasks, a negative reward shifting yields an improvement over the curiosity-based exploration method.

📄 PDF Abstract BibTeX arXiv:2209.07288

Code (1)

holarissun/rewardshifting 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlDeep Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

Reward Shifting for Optimistic Exploration and Conservative Exploitation

2021-09-29 · Hao Sun, Lei Han, Jian Guo, Bolei Zhou

In this work, we study the simple yet universally applicable case of reward shaping, the linear transformation, in value-based Deep Reinforcement Learning. We show that reward shifting, as the simplest linear reward tran…

continuous-controlContinuous ControlDeep Reinforcement LearningOffline RL

Conservative Exploration in Reinforcement Learning

2020-02-08 · Evrard Garcelon, Mohammad Ghavamzadeh, Alessandro Lazaric, Matteo Pirotta

While learning in an unknown Markov Decision Process (MDP), an agent should trade off exploration to discover new information about the MDP, and exploitation of the current knowledge to maximize the reward. Although the …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Variational Bayesian Optimistic Sampling

2021-10-29 · NeurIPS 2021 12 · Brendan O'Donoghue, Tor Lattimore

We consider online sequential decision problems where an agent must balance exploration and exploitation. We derive a set of Bayesian `optimistic' policies which, in the stochastic multi-armed bandit case, includes the T…

Thompson Sampling

Near-optimal Conservative Exploration in Reinforcement Learning under Episode-wise Constraints

2023-06-09 · Donghao Li, Ruiquan Huang, Cong Shen, Jing Yang

This paper investigates conservative exploration in reinforcement learning where the performance of the learning agent is guaranteed to be above a certain threshold throughout the learning process. It focuses on the tabu…

reinforcement-learning

Exploration-Exploitation in Constrained MDPs

2020-03-04 · Yonathan Efroni, Shie Mannor, Matteo Pirotta

In many sequential decision-making problems, the goal is to optimize a utility function while satisfying a set of constraints on different utilities. This learning problem is formalized through Constrained Markov Decisio…

Decision MakingSequential Decision Making