@ibab: The River API was tested in this blog post and outperformed Tinker on reinforcement learning runs with identical traini…

X AI KOLs Following Tools

Summary

The River API was tested and outperformed Tinker on reinforcement learning runs with identical training code, featuring improvements in details like routing replay and being open-sourced with ablations.

The River API was tested in this blog post and outperformed Tinker on reinforcement learning runs with identical training code. We spent a lot of effort to get details like routing replay right so you get the best possible results with the API.
Original Article
View Cached Full Text

Cached at: 08/18/26, 12:27 AM

The River API was tested in this blog post and outperformed Tinker on reinforcement learning runs with identical training code. We spent a lot of effort to get details like routing replay right so you get the best possible results with the API.

Ashwinee Panda (@PandaAshwinee): We can now RL large MoEs with 0 train-infer mismatch! And doing so can improve performance (pictured task: teach Qwen3.6-35B-A3B to play Wordle). Everything is open-source and we did a bunch of ablations. 🧵

Similar Articles

Keep the Tokens Flowing: Lessons from 16 Open-Source RL Libraries

Hugging Face Blog

Hugging Face publishes a comprehensive analysis of 16 open-source reinforcement learning libraries, examining architectural patterns for asynchronous RL training and presenting design lessons for TRL's async trainer to address generation bottlenecks and weight synchronization challenges.