Most people training agentic LLMs with RL right now have a silently broken training loop and have no...
By @ClementDelangue
Clement Delangue of Hugging Face explains a subtle bug in agentic LLM RL training: re-tokenizing decoded outputs between turns causes silent gradient errors, with the fix being to never re-encode decoded tokens (Token-In, Token-Out), referencing a team deep-dive.