paper-with-me

Papers

Efficient Exploration and Value Function Generalization in Deterministic Systems

2013-12-01 · NeurIPS 2013 12 · Zheng Wen, Benjamin Van Roy

We consider the problem of reinforcement learning over episodes of a finite-horizon deterministic system and as a solution propose optimistic constraint propagation (OCP), an algorithm designed to synthesize efficient exploration and value function generalization. We establish that when the true value function lies within the given hypothesis class, OCP selects optimal actions over all but at most K episodes, where K is the eluder dimension of the given hypothesis class. We establish further efficiency and asymptotic performance guarantees that apply even if the true value function does not lie in the given hypothesis space, for the special case where the hypothesis space is the span of pre-specified indicator functions over disjoint sets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Efficient Reinforcement Learning in Deterministic Systems with Value Function Generalization

2013-07-18 · Zheng Wen, Benjamin Van Roy

We consider the problem of reinforcement learning over episodes of a finite-horizon deterministic system and as a solution propose optimistic constraint propagation (OCP), an algorithm designed to synthesize efficient ex…

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Augmented Bayesian Policy Search

2024-07-05 · Mahdi Kallel, Debabrota Basu, Riad Akrour, Carlo D'Eramo

Deterministic policies are often preferred over stochastic ones when implemented on physical systems. They can prevent erratic and harmful behaviors while being easier to implement and interpret. However, in practice, ex…

Bayesian OptimizationLEMMAPolicy Gradient Methodsreinforcement-learning+1

Generalization and Exploration via Randomized Value Functions

2014-02-04 · Ian Osband, Benjamin Van Roy, Zheng Wen

We propose randomized least-squares value iteration (RLSVI) -- a new reinforcement learning algorithm designed to explore and generalize efficiently via linearly parameterized value functions. We explain why versions of …

Efficient Explorationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

Careful at Estimation and Bold at Exploration

2023-08-22 · Xing Chen, Yijun Liu, Zhaogeng Liu, Hechang Chen 외

Exploration strategies in continuous action space are often heuristic due to the infinite actions, and these kinds of methods cannot derive a general conclusion. In prior work, it has been shown that policy-based explora…

MuJoCo