> For the complete documentation index, see [llms.txt](https://unsloth.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unsloth.ai/docs/zh/bo-ke/gpu-mode-conference.md).

# GPU Mode - 强化学习迷你会议 2026

Unsloth 的 GitHub，用于高效的 GRPO / GSPO，并包含大量自定义内核工作： <https://github.com/unslothai/unsloth>

以下是我们附上的 PDF 幻灯片：

{% file src="/files/74c53576aba9764d8f46a0052cfedad306700b3a" %}

### 强化学习资源

有关逐步指南、初学者或高级教程，您可以参考我们的文档：

{% columns %}
{% column width="50%" %}
{% content-ref url="/pages/7e8be22a966d3861ff1f7ebbd178ae7144d05c51" %}
[Reinforcement Learning](/docs/zh/kuai-su-kai-shi/reinforcement-learning-rl-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/5aa66df0eeb87307aba670f22bb02189b4d9e37f" %}
[RL 奖励黑客](/docs/zh/kuai-su-kai-shi/reinforcement-learning-rl-guide/advanced-rl-documentation/rl-reward-hacking.md)
{% endcontent-ref %}
{% endcolumn %}

{% column width="50%" %}
{% content-ref url="/pages/6223874117c54cbdacd6f3467136ab1146fce98a" %}
[Advanced RL Docs](/docs/zh/kuai-su-kai-shi/reinforcement-learning-rl-guide/advanced-rl-documentation.md)
{% endcontent-ref %}

{% content-ref url="/pages/5487fa62e1aa76e8bf480388ee8d3305a4f0c4e1" %}
[RL 中的 FP16 与 BF16](/docs/zh/kuai-su-kai-shi/reinforcement-learning-rl-guide/advanced-rl-documentation/fp16-vs-bf16-for-rl.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="50%" %}
{% content-ref url="/pages/f63218900ca62905f408a7e5cca35eb4279231d7" %}
[FP8 RL](/docs/zh/kuai-su-kai-shi/reinforcement-learning-rl-guide/fp8-reinforcement-learning.md)
{% endcontent-ref %}
{% endcolumn %}

{% column width="50%" %}
{% content-ref url="/pages/1d7550c0346dc79003c120cca2e0063a9addf768" %}
[Vision RL](/docs/zh/kuai-su-kai-shi/reinforcement-learning-rl-guide/vision-reinforcement-learning-vlm-rl.md)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}

### 直播视频录制

{% embed url="<https://www.youtube.com/watch?v=jMSCJZAEYR8>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://unsloth.ai/docs/zh/bo-ke/gpu-mode-conference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
