paper-with-me

홈 › Papers

Cold-Start Reinforcement Learning with Softmax Policy Gradient

2017-09-27 · NeurIPS 2017 12 · Nan Ding, Radu Soricut

Policy-gradient approaches to reinforcement learning have two common and undesirable overhead procedures, namely warm-start training and sample variance reduction. In this paper, we describe a reinforcement learning method based on a softmax value function that requires neither of these procedures. Our method combines the advantages of policy-gradient methods with the efficiency and simplicity of maximum-likelihood approaches. We apply this new cold-start reinforcement learning method in training sequence generation models for structured output prediction problems. Empirical evidence validates this method on automatic summarization and image captioning tasks.

📄 PDF Abstract BibTeX arXiv:1709.09346

Code (1)

jacksonchen1998/Cold-Start-Reinforcement-Learning-with-Softmax-Policy-Gradient pytorch

Tasks

Image CaptioningPolicy Gradient Methodsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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 제목 키워드 기반

Meta Policy Learning for Cold-Start Conversational Recommendation

2022-05-24 · Zhendong Chu, Hongning Wang, Yun Xiao, Bo Long 외

Conversational recommender systems (CRS) explicitly solicit users' preferences for improved recommendations on the fly. Most existing CRS solutions count on a single policy trained by reinforcement learning for a populat…

Conversational RecommendationMeta Reinforcement LearningRecommendation Systemsreinforcement-learning+2

On-demand Cold Start Frequency Reduction with Off-Policy Reinforcement Learning in Serverless Computing

2023-08-15 · Siddharth Agarwal, Maria A. Rodriguez, Rajkumar Buyya

Function-as-a-Service (FaaS) is a cloud computing paradigm offering an event-driven execution model to applications. It features serverless attributes by eliminating resource management responsibilities from developers, …

Cloud ComputingCPUManagementQ-Learning+2

Softmax Deep Double Deterministic Policy Gradients

2020-10-19 · NeurIPS 2020 12 · Ling Pan, Qingpeng Cai, Longbo Huang

A widely-used actor-critic reinforcement learning algorithm for continuous control, Deep Deterministic Policy Gradients (DDPG), suffers from the overestimation problem, which can negatively affect the performance. Althou…

continuous-controlContinuous Control

Elementary Analysis of Policy Gradient Methods

2024-04-04 · Jiacai Liu, Wenye Li, Ke Wei

Projected policy gradient under the simplex parameterization, policy gradient and natural policy gradient under the softmax parameterization, are fundamental algorithms in reinforcement learning. There have been a flurry…

Policy Gradient Methods

Green or Fast? Learning to Balance Cold Starts and Idle Carbon in Serverless Computing

2026-02-27 · Bowen Sun, Christos D. Antonopoulos, Evgenia Smirni, Bin Ren 외 arxiv

Serverless computing simplifies cloud deployment but introduces new challenges in managing service latency and carbon emissions. Reducing cold-start latency requires retaining warm function instances, while minimizing ca…

Reinforcement Learning