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?
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.
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.
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?
reply