definitely the latter, it is even referenced in the foreword:
> Its goal is not to be exhaustive, but rather minimalist
and easy to read. For this reason, it follows the format
of The Little Book of Deep Learning [Fleuret 2023]. Its
tone, however, is closer to that of a blog post, as the
book is built around a single narrative thread. Its
structure broadly follows that of Sutton and Barto’s
Reinforcement Learning: An Introduction [Sutton et al.
2018], which remains the canonical reference on the
subject.
Real biological operant behavior isn't exactly trial and error learning.
Many factors shape and guide initial responses.
What I've noticed in some descriptions of models is the use of optimization for reinforcement to shape responses. In real organisms behavior may be controlled by short or long term outcomes, and may oscillate between this "optimization" based on schedules. This produces variability in the trials which can adjust behavior. Are we seeing these reinforcement models do this?
In humans this is often called impulsivity, the preference for smaller sooner outcomes. This is often seen in children and animals and in some adult human behavior.
An impulsive choice is not optimal. You can buy a cheaper pack of gum at Costco in a week or get one for three times the cost right now.
There is a field of hierarchical RL in which the optimisation occurs over a range of time scales/abstraction. But I'm not aware of much practical success for these approaches so far.
I skimmed through the book, and it's lacking the information theory foundations. For example, "trust region methods" come from maximizing the policy's relative entropy (to a reference policy) under a tournament system where high-scoring agents are exponentially likely to survive. In general, a reward is the negative bits it costs an environment to propagate an agent (multiplied by some temperature).
It's just another way to frame it. It's as foundational as the many other ways to frame it. I'm not aware of any major insight you get specifically from this framing. Is there one?
GRPO is policy gradient/PPO with your value function baseline monte carlo estimated using k rollouts. The only new thing is finding out it works well with binary rewards and LLM policies.
johnea | 11 days ago
Often referred to as "The Little Book".
leoc | 11 days ago
AlexB138 | 11 days ago
reader9274 | 11 days ago
relyks | 11 days ago
barrenko | 11 days ago
fxwin | 11 days ago
> Its goal is not to be exhaustive, but rather minimalist and easy to read. For this reason, it follows the format of The Little Book of Deep Learning [Fleuret 2023]. Its tone, however, is closer to that of a blog post, as the book is built around a single narrative thread. Its structure broadly follows that of Sutton and Barto’s Reinforcement Learning: An Introduction [Sutton et al. 2018], which remains the canonical reference on the subject.
Exoristos | 11 days ago
0. https://archive.org/details/lexiconabridgedf00liddrich
sublinear | 11 days ago
https://imgur.com/zMTEE
rcyeh | 11 days ago
https://fleuret.org/francois/lbdl.html
tejtm | 11 days ago
It has been going on for a while in Lispy land
verdverm | 11 days ago
newsomix9xl | 11 days ago
Many factors shape and guide initial responses.
What I've noticed in some descriptions of models is the use of optimization for reinforcement to shape responses. In real organisms behavior may be controlled by short or long term outcomes, and may oscillate between this "optimization" based on schedules. This produces variability in the trials which can adjust behavior. Are we seeing these reinforcement models do this?
herodoturtle | 11 days ago
I’m no expert at this and was wondering what you meant by the following:
> In real organisms behavior may be controlled by short or long term outcomes, and may oscillate between this "optimization" based on schedules
Could you perhaps provide an example that would help me understand what you mean?
Thanks for the insightful comment either way.
newsomix9xl | 10 days ago
An impulsive choice is not optimal. You can buy a cheaper pack of gum at Costco in a week or get one for three times the cost right now.
ainch | 11 days ago
programjames | 11 days ago
ainch | 11 days ago
porridgeraisin | 11 days ago
janalsncm | 11 days ago
porridgeraisin | 11 days ago
janalsncm | 10 days ago
porridgeraisin | 10 days ago
Envwnger | 11 days ago
laurensr | 11 days ago
wpm | 11 days ago