<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PPO on Text Matrix</title><link>https://txtmix.com/tags/ppo/</link><description>Recent content in PPO on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/ppo/index.xml" rel="self" type="application/rss+xml"/><item><title>The Little Book of RL：从零到 PPO 的 CleanRL 风格实现解析</title><link>https://txtmix.com/posts/tech/alxndr-little-book-rl-cleanrl-style-implementations/</link><pubDate>Wed, 15 Jul 2026 21:27:31 +0800</pubDate><guid>https://txtmix.com/posts/tech/alxndr-little-book-rl-cleanrl-style-implementations/</guid><description>&lt;h1 id="the-little-book-of-rl从零到-ppo-的-cleanrl-风格实现解析">The Little Book of RL：从零到 PPO 的 CleanRL 风格实现解析&lt;/h1>
&lt;blockquote>
&lt;p>仓库：&lt;a href="https://github.com/alxndrTL/little-book-rl" target="_blank" rel="noopener noreffer ">alxndrTL/little-book-rl&lt;/a>
配套书 PDF：&lt;a href="https://github.com/alxndrTL/little-book-rl/blob/main/book.pdf" target="_blank" rel="noopener noreffer ">book.pdf&lt;/a> — 21MB / V1 (June 2026)
作者：&lt;a href="https://github.com/alxndrTL" target="_blank" rel="noopener noreffer ">Thomas Lew&lt;/a> / 471 stars / CC BY-SA 4.0 (non-commercial)
配套实现：6 个文件，~80KB，覆盖 9 个 RL 算法&lt;/p></description></item><item><title>Hands-on Modern RL：一站式现代强化学习全栈指南</title><link>https://txtmix.com/posts/tech/hands-on-modern-rl-course-guide/</link><pubDate>Sun, 31 May 2026 14:42:07 +0800</pubDate><guid>https://txtmix.com/posts/tech/hands-on-modern-rl-course-guide/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>读完本文后，你应该能够：&lt;/p>
&lt;ul>
&lt;li>理解 &lt;em>Hands-on Modern RL&lt;/em> 的课程定位：它把经典 RL（Sutton 路线）和大模型 RL（RLHF → GRPO → Agentic RL）统一在同一个框架下&lt;/li>
&lt;li>对照四大部分（基础、核心理论、大模型 RL、前沿专题）判断自己应该从哪章开始读&lt;/li>
&lt;li>解释 PPO clipping 和 GAE 的协同关系——一个防策略崩塌，一个降回报估计方差&lt;/li>
&lt;li>区分 RLHF、DPO、GRPO、RLVR 各自解决了什么问题、又在什么场景下会互相替代&lt;/li>
&lt;li>为自己或团队制定一个分角色（入门者 / 大模型工程师 / 研究者）的学习计划&lt;/li>
&lt;/ul>
&lt;h2 id="目录">目录&lt;/h2>
&lt;ol>
&lt;li>&lt;a href="#%e8%b0%81%e5%9c%a8%e5%81%9a%e8%bf%99%e4%bb%b6%e4%ba%8b" rel="">谁在做这件事&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%af%be%e7%a8%8b%e7%9a%84%e6%95%b4%e4%bd%93%e7%bb%93%e6%9e%84" rel="">课程的整体结构&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e9%99%84%e5%bd%95%e7%9a%84%e8%ae%be%e8%ae%a1" rel="">附录的设计&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%bf%99%e9%97%a8%e8%af%be%e7%9a%84%e5%87%a0%e4%b8%aa%e8%ae%be%e8%ae%a1%e7%bb%86%e8%8a%82" rel="">这门课的几个设计细节&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e6%80%8e%e4%b9%88%e7%94%a8%e8%bf%99%e4%b8%aa%e8%af%be%e7%a8%8b" rel="">怎么用这个课程&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e5%92%8c%e5%90%8c%e7%b1%bb%e8%b5%84%e6%ba%90%e7%9a%84%e5%af%b9%e6%af%94" rel="">和同类资源的对比&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e5%b8%b8%e8%a7%81%e9%97%ae%e9%a2%98faq" rel="">常见问题（FAQ）&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%87%aa%e6%a3%80%e6%b5%8b%e8%af%95" rel="">自检测试&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e7%bb%83%e4%b9%a0" rel="">练习&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%bf%9b%e9%98%b6%e8%b7%af%e5%be%84" rel="">进阶路径&lt;/a>&lt;/li>
&lt;/ol>
&lt;hr>
&lt;p>2022 年 ChatGPT 诞生之后，RLHF（Reinforcement Learning from Human Feedback）从学术概念变成了普通开发者也能实践的工程方法。随后两年，PPO、DPO、GRPO、R1-Zero、RLVR 等后训练范式陆续登场，每一个都在重新定义&amp;quot;模型应该怎么教&amp;quot;。&lt;/p></description></item></channel></rss>