Skip to Content
Reinforcement Learning and Stochastic Optimization
book

Reinforcement Learning and Stochastic Optimization

by Warren B. Powell
March 2022
Intermediate to advanced
1136 pages
29h 55m
English
Wiley
Content preview from Reinforcement Learning and Stochastic Optimization

Part IV – Policy Search

Policy search is a strategy where we define a class of functions that determine a decision, and then search for the best function within that class. Policies in the policy search class can be divided into two subclasses:

  • Policy function approximations (PFAs) – PFAs are analytical functions that relate information in the state variables to decisions. PFAs come in three (overlapping) forms: lookup tables, parametric models, and nonparametric (or locally parametric) models, which are the same classes of functions used in machine learning. PFAs are typically limited to scalar actions or low-dimensional controls.

    PFAs are covered in chapter 12, along with a general discussion of methods for policy search.

  • Cost function approximations (CFAs) – Parametric CFAs are parameterized optimization problems, where the parameterization guides the optimization problem to produce decisions that work well (a) over time and (b) under uncertainty. We first saw a parametric CFA in chapter 7 in the form of policies for multiarmed bandit problems such as an interval estimation policy

    StartLayout 1st Row upper X Superscript pi Baseline left-parenthesis upper S Subscript t Baseline vertical-bar theta right-parenthesis equals arg max Underscript x element-of script upper X Endscripts left-parenthesis mu overbar Subscript x Superscript n Baseline plus theta sigma overbar Subscript x Superscript n Baseline right-parenthesis EndLayout

    where X={x1,,xM} is a discrete set of alternatives (ads, drugs) and where μ¯xn is our current estimate of the performance of alternative x after n experiments, and σ¯xn is the standard deviation of μ¯xn. The parameter θ has to be tuned to optimize the policy.

    The presence of the “argmax” operator opens ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

You might also like

Deep Reinforcement Learning in Action

Deep Reinforcement Learning in Action

Alexander Zai, Brandon Brown

Publisher Resources

ISBN: 9781119815037Purchase Link