paper-with-me

홈 › Papers

Careful at Estimation and Bold at Exploration

2023-08-22 · Xing Chen, Yijun Liu, Zhaogeng Liu, Hechang Chen, Hengshuai Yao, Yi Chang

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 exploration is beneficial for continuous action space in deterministic policy reinforcement learning(DPRL). However, policy-based exploration in DPRL has two prominent issues: aimless exploration and policy divergence, and the policy gradient for exploration is only sometimes helpful due to inaccurate estimation. Based on the double-Q function framework, we introduce a novel exploration strategy to mitigate these issues, separate from the policy gradient. We first propose the greedy Q softmax update schema for Q value update. The expected Q value is derived by weighted summing the conservative Q value over actions, and the weight is the corresponding greedy Q value. Greedy Q takes the maximum value of the two Q functions, and conservative Q takes the minimum value of the two different Q functions. For practicality, this theoretical basis is then extended to allow us to combine action exploration with the Q value update, except for the premise that we have a surrogate policy that behaves like this exploration policy. In practice, we construct such an exploration policy with a few sampled actions, and to meet the premise, we learn such a surrogate policy by minimizing the KL divergence between the target policy and the exploration policy constructed by the conservative Q. We evaluate our method on the Mujoco benchmark and demonstrate superior performance compared to previous state-of-the-art methods across various environments, particularly in the most complex Humanoid environment.

📄 PDF Abstract BibTeX arXiv:2308.11348

Code (0)

등록된 구현이 없습니다.

Tasks

MuJoCo

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Statistical Spatially Inhomogeneous Diffusion Inference

2023-12-10 · Yinuo Ren, Yiping Lu, Lexing Ying, Grant M. Rotskoff

Inferring a diffusion equation from discretely-observed measurements is a statistical challenge of significant importance in a variety of fields, from single-molecule tracking in biophysical systems to modeling financial…

Generalization Bounds

Targeted Variance Reduction: Robust Bayesian Optimization of Black-Box Simulators with Noise Parameters

2024-03-06 · John Joshua Miller, Simon Mak

The optimization of a black-box simulator over control parameters $\mathbf{x}$ arises in a myriad of scientific applications. In such applications, the simulator often takes the form $f(\mathbf{x},\boldsymbol{\theta})$, …

Bayesian OptimizationRobust Design

Agnostic Estimation for Misspecified Phase Retrieval Models

2016-12-01 · NeurIPS 2016 12 · Matey Neykov, Zhaoran Wang, Han Liu

The goal of noisy high-dimensional phase retrieval is to estimate an $s$-sparse parameter $\boldsymbol{\beta}^*\in \mathbb{R}^d$ from $n$ realizations of the model $Y = (\boldsymbol{X}^{\top} \boldsymbol{\beta}^*)^2 + \v…

Retrieval

Precision of Individual Shapley Value Explanations

2023-12-06 · Lars Henry Berge Olsen

Shapley values are extensively used in explainable artificial intelligence (XAI) as a framework to explain predictions made by complex machine learning (ML) models. In this work, we focus on conditional Shapley values fo…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

BeBold: Exploration Beyond the Boundary of Explored Regions

2020-12-15 · Tianjun Zhang, Huazhe Xu, Xiaolong Wang, Yi Wu 외

Efficient exploration under sparse rewards remains a key challenge in deep reinforcement learning. To guide exploration, previous work makes extensive use of intrinsic reward (IR). There are many heuristics for IR, inclu…

Deep Reinforcement LearningEfficient ExplorationNetHack