paper-with-me

Papers

Accelerating Reinforcement Learning with a Directional-Gaussian-Smoothing Evolution Strategy

2020-02-21 · Jiaxing Zhang, Hoang Tran, Guannan Zhang

Evolution strategy (ES) has been shown great promise in many challenging reinforcement learning (RL) tasks, rivaling other state-of-the-art deep RL methods. Yet, there are two limitations in the current ES practice that may hinder its otherwise further capabilities. First, most current methods rely on Monte Carlo type gradient estimators to suggest search direction, where the policy parameter is, in general, randomly sampled. Due to the low accuracy of such estimators, the RL training may suffer from slow convergence and require more iterations to reach optimal solution. Secondly, the landscape of reward functions can be deceptive and contains many local maxima, causing ES algorithms to prematurely converge and be unable to explore other parts of the parameter space with potentially greater rewards. In this work, we employ a Directional Gaussian Smoothing Evolutionary Strategy (DGS-ES) to accelerate RL training, which is well-suited to address these two challenges with its ability to i) provide gradient estimates with high accuracy, and ii) find nonlocal search direction which lays stress on large-scale variation of the reward function and disregards local fluctuation. Through several benchmark RL tasks demonstrated herein, we show that DGS-ES is highly scalable, possesses superior wall-clock time, and achieves competitive reward scores to other popular policy gradient and ES approaches.

📄 PDF Abstract BibTeX arXiv:2002.09077

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

A Novel Evolution Strategy with Directional Gaussian Smoothing for Blackbox Optimization

2020-02-07 · Jiaxin Zhang, Hoang Tran, Dan Lu, Guannan Zhang

We propose an improved evolution strategy (ES) using a novel nonlocal gradient operator for high-dimensional black-box optimization. Standard ES methods with $d$-dimensional Gaussian smoothing suffer from the curse of di…

global-optimization

Explainable Bayesian Recurrent Neural Smoother to Capture Global State Evolutionary Correlations

2024-06-17 · Shi Yan, Yan Liang, Huayu Zhang, Le Zheng 외

Through integrating the evolutionary correlations across global states in the bidirectional recursion, an explainable Bayesian recurrent neural smoother (EBRNS) is proposed for offline data-assisted fixed-interval state …

Computational Efficiency

Directional Bilateral Filters

2014-10-27 · Manasij Venkatesh, Chandra Sekhar Seelamantula

We propose a bilateral filter with a locally controlled domain kernel for directional edge-preserving smoothing. Traditional bilateral filters use a range kernel, which is responsible for edge preservation, and a fixed d…

Denoising

AAA-Gaussians: Anti-Aliased and Artifact-Free 3D Gaussian Rendering

2025-04-17 · Michael Steiner, Thomas Köhler, Lukas Radl, Felix Windisch 외

Although 3D Gaussian Splatting (3DGS) has revolutionized 3D reconstruction, it still faces challenges such as aliasing, projection artifacts, and view inconsistencies, primarily due to the simplification of treating spla…

3DGS3D Reconstruction

Improved Person Detection on Omnidirectional Images with Non-maxima Suppression

2018-05-22 · Roman Seidel, André Apitzsch, Gangolf Hirtz

We propose a person detector on omnidirectional images, an accurate method to generate minimal enclosing rectangles of persons. The basic idea is to adapt the qualitative detection performance of a convolutional neural n…

Human Detection