paper-with-me

Papers

Learning Gaussian Policies from Smoothed Action Value Functions

2018-01-01 · ICLR 2018 1 · Ofir Nachum, Mohammad Norouzi, George Tucker, Dale Schuurmans

State-action value functions (i.e., Q-values) are ubiquitous in reinforcement learning (RL), giving rise to popular algorithms such as SARSA and Q-learning. We propose a new notion of action value defined by a Gaussian smoothed version of the expected Q-value used in SARSA. We show that such smoothed Q-values still satisfy a Bellman equation, making them naturally learnable from experience sampled from an environment. Moreover, the gradients of expected reward with respect to the mean and covariance of a parameterized Gaussian policy can be recovered from the gradient and Hessian of the smoothed Q-value function. Based on these relationships we develop new algorithms for training a Gaussian policy directly from a learned Q-value approximator. The approach is also amenable to proximal optimization techniques by augmenting the objective with a penalty on KL-divergence from a previous policy. We find that the ability to learn both a mean and covariance during training allows this approach to achieve strong results on standard continuous control benchmarks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlQ-LearningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Sarsa Sarsa is an on-policy TD control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} + \gamma{Q}\left(S\_{t+1},…

Similar Papers 제목 키워드 기반

Smoothed Action Value Functions for Learning Gaussian Policies

2018-03-06 · ICML 2018 7 · Ofir Nachum, Mohammad Norouzi, George Tucker, Dale Schuurmans

State-action value functions (i.e., Q-values) are ubiquitous in reinforcement learning (RL), giving rise to popular algorithms such as SARSA and Q-learning. We propose a new notion of action value defined by a Gaussian s…

continuous-controlContinuous ControlQ-LearningReinforcement Learning+1

Direct Soft-Policy Sampling via Langevin Dynamics

2026-02-08 · Donghyeon Ki, Hee-Jun Ahn, Kyungyoon Kim, Byung-Jun Lee arxiv

Soft policies in reinforcement learning define policies as Boltzmann distributions over state-action value functions, providing a principled mechanism for balancing exploration and exploitation. However, realizing such s…

Reinforcement LearningOpenAI Gym

Soft Deterministic Policy Gradient with Gaussian Smoothing

2026-05-07 · Hyunjun Na, Donghwan Lee arxiv

Deterministic policy gradient (DPG) is widely utilized for continuous control; however, it inherently relies on the differentiability of the critic with respect to the action during policy updates. This assumption is vio…

Reinforcement LearningContinuous Control

Latent Spherical Flow Policy for Reinforcement Learning with Combinatorial Actions

2026-01-29 · Lingkai Kong, Anagha Satish, Hezi Jiang, Akseli Kangaslahti 외 arxiv

Reinforcement learning (RL) with combinatorial action spaces remains challenging because feasible action sets are exponentially large and governed by complex feasibility constraints, making direct policy parameterization…

Reinforcement Learning

Nonparametric estimation of a covariate-adjusted counterfactual treatment regimen response curve

2023-09-28 · Ashkan Ertefaie, Luke Duttweiler, Brent A. Johnson, Mark J. Van Der Laan

Flexible estimation of the mean outcome under a treatment regimen (i.e., value function) is the key step toward personalized medicine. We define our target parameter as a conditional value function given a set of baselin…

counterfactual