paper-with-me

Papers

Investigation on the generalization of the Sampled Policy Gradient algorithm

2019-10-09 · Nil Stolt Ansó

The Sampled Policy Gradient (SPG) algorithm is a new offline actor-critic variant that samples in the action space to approximate the policy gradient. It does so by using the critic to evaluate the sampled actions. SPG offers theoretical promise over similar algorithms such as DPG as it searches the action-Q-value space independently of the local gradient, enabling it to avoid local minima. This paper aims to compare SPG to two similar actor-critic algorithms, CACLA and DPG. The comparison is made across two different environments, two different network architectures, as well as training on on-policy transitions in contrast to using an experience buffer. Results seem to show that although SPG does often not perform the worst, it doesn't always match the performance of the best performing algorithm at a particular task. Further experiments are required to get a better estimate of the qualities of SPG.

📄 PDF Abstract BibTeX arXiv:1910.03728

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DPG Deterministic Policy Gradient, or DPG, is a policy gradient method for reinforcement learning. Instead of the policy function $\pi\left(.\mid{s}\right)$ being modeled as a…

Similar Papers 제목 키워드 기반

One-Token Rollout: Guiding Supervised Fine-Tuning of LLMs with Policy Gradient

2025-09-30 · Rui Ming, Haoyuan Wu, Shoubo Hu, Zhuolun He 외 arxiv

Supervised fine-tuning (SFT) is the predominant method for adapting large language models (LLMs), yet it often struggles with generalization compared to reinforcement learning (RL). In this work, we posit that this perfo…

Reinforcement LearningMathematical ReasoningCode Generation

Policy Gradient Optimization of Thompson Sampling Policies

2020-06-30 · Seungki Min, Ciamac C. Moallemi, Daniel J. Russo

We study the use of policy gradient algorithms to optimize over a class of generalized Thompson sampling policies. Our central insight is to view the posterior parameter sampled by Thompson sampling as a kind of pseudo-a…

Policy Gradient MethodsThompson Sampling

POTEC: Off-Policy Learning for Large Action Spaces via Two-Stage Policy Decomposition

2024-02-09 · Yuta Saito, Jihan Yao, Thorsten Joachims

We study off-policy learning (OPL) of contextual bandit policies in large discrete action spaces where existing methods -- most of which rely crucially on reward-regression models or importance-weighted policy gradients …

regression

Sampled Policy Gradient for Learning to Play the Game Agar.io

2018-09-15 · Anton Orell Wiehe, Nil Stolt Ansó, Madalina M. Drugan, Marco A. Wiering

In this paper, a new offline actor-critic learning algorithm is introduced: Sampled Policy Gradient (SPG). SPG samples in the action space to calculate an approximated policy gradient by using the critic to evaluate the …

Game DesignQ-Learning

Boosting CVaR Policy Optimization with Quantile Gradients

2026-01-29 · Yudong Luo, Erick Delage arxiv

Optimizing Conditional Value-at-risk (CVaR) using policy gradient (a.k.a CVaR-PG) faces significant challenges of sample inefficiency. This inefficiency stems from the fact that it focuses on tail-end performance and ove…