n-armed bandit _ ucb1 algorithm

前言:家里发生了一些事情,所以又耽搁了一段时间,这周交的report都有点潦草,好在ucb1本身就不是一个很复杂的算法。
参考文献:《Bandit Algorithms for Website Optimization》
This week, I have studied one of the algorithms in the UCB falmily, which is called the UCB1 algorithm.

The UCB1 algorithm pays attention to not only what it knows, but also how much it knows.

The epsilon-Greedy algorithm I have studied two months ago has the following broad properties.

  • Its default choice is to select the arm that currently has the highest estimated value.

  • It sometimes decides to explore and chooses an option that isn’t the one that currently seems best. Besides, it explores by selecting from all of the arms completely at random. It make one of these random exploratory decisions with probabilty epsilon.

The UCB algorithm is special for two reasons:

  • UCB doesn’t use randomness at all.

  • UCB doesn’t have any free parameters.

UCB algorithms take the form of picking the arm which maximizes a surrogate function.

They pick:

i=argmaxiμi+Pi

where

μi : the average function which estimates the mean payoff the arm i

  • 2
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值