paper-with-me

Papers

Approximating two value functions instead of one: towards characterizing a new family of Deep Reinforcement Learning algorithms

2019-09-01 · Matthia Sabatelli, Gilles Louppe, Pierre Geurts, Marco A. Wiering

This paper makes one step forward towards characterizing a new family of \textit{model-free} Deep Reinforcement Learning (DRL) algorithms. The aim of these algorithms is to jointly learn an approximation of the state-value function ($V$), alongside an approximation of the state-action value function ($Q$). Our analysis starts with a thorough study of the Deep Quality-Value Learning (DQV) algorithm, a DRL algorithm which has been shown to outperform popular techniques such as Deep-Q-Learning (DQN) and Double-Deep-Q-Learning (DDQN) \cite{sabatelli2018deep}. Intending to investigate why DQV's learning dynamics allow this algorithm to perform so well, we formulate a set of research questions which help us characterize a new family of DRL algorithms. Among our results, we present some specific cases in which DQV's performance can get harmed and introduce a novel \textit{off-policy} DRL algorithm, called DQV-Max, which can outperform DQV. We then study the behavior of the $V$ and $Q$ functions that are learned by DQV and DQV-Max and show that both algorithms might perform so well on several DRL test-beds because they are less prone to suffer from the overestimation bias of the $Q$ function.

📄 PDF Abstract BibTeX arXiv:1909.01779

Code (3)

paintception/Deep-Quality-Value-Family- 공식 구현
paintception/Deep-Quality-Value-DQV-Learning- tf
paintception/Deep-Quality-Value-Family

Tasks

Deep Reinforcement LearningQ-LearningReinforcement Learning

Similar Papers 제목 키워드 기반

Neural Network Processing Neural Networks: An efficient way to learn higher order functions

2019-11-06 · Firat Tuna

Functions are rich in meaning and can be interpreted in a variety of ways. Neural networks were proven to be capable of approximating a large class of functions[1]. In this paper, we propose a new class of neural network…

Equivalence of stochastic and deterministic policy gradients

2025-05-29 · Emo Todorov

Policy gradients in continuous control have been derived for both stochastic and deterministic policies. Here we study the relationship between the two. In a widely-used family of MDPs involving Gaussian control noise an…

continuous-controlContinuous ControlPolicy Gradient Methods

The sample complexity of level set approximation

2020-10-26 · François Bachoc, Tommaso Cesari, Sébastien Gerchinovitz

We study the problem of approximating the level set of an unknown function by sequentially querying its values. We introduce a family of algorithms called Bisect and Approximate through which we reduce the level set appr…

Solving engineering eigenvalue problems with neural networks using the Rayleigh quotient

2025-06-04 · Conor Rowan, John Evans, Kurt Maute, Alireza Doostan

From characterizing the speed of a thermal system's response to computing natural modes of vibration, eigenvalue analysis is ubiquitous in engineering. In spite of this, eigenvalue problems have received relatively littl…

Physics-informed machine learning

Approximating Continuous Functions on Persistence Diagrams Using Template Functions

2019-02-19 · Jose A. Perea, Elizabeth Munch, Firas A. Khasawneh

The persistence diagram is an increasingly useful tool from Topological Data Analysis, but its use alongside typical machine learning techniques requires mathematical finesse. The most success to date has come from metho…

Time Series AnalysisTopological Data Analysis