Y
Hacker News
new
|
ask
|
show
|
jobs
by
janalsncm
14 days ago
I wonder what Sutton thinks about some of the more recent innovations in RL like GRPO. In some ways it’s new, in other ways it’s an echo of RLOO.
1 comments
porridgeraisin
13 days ago
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.
link
janalsncm
13 days ago
It is a huge improvement to PPO because you don’t need a separate critic model which cuts memory costs in half and stabilizes training.
link
porridgeraisin
13 days ago
Yes, but monte carlo estimating the critic model is not new.
link