From 385c34749b165a937cfc005cc4c7ef6ebdb61fe6 Mon Sep 17 00:00:00 2001 From: Cheng Yang Date: Thu, 25 Jun 2026 22:06:21 +0800 Subject: [PATCH] fix broken link for deep rl course new link for deep rl course is https://huggingface.co/learn/deep-rl-course/en/unit1/introduction --- chapters/en/chapter12/2.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/en/chapter12/2.mdx b/chapters/en/chapter12/2.mdx index 0d4743967..b4c9ce6ca 100644 --- a/chapters/en/chapter12/2.mdx +++ b/chapters/en/chapter12/2.mdx @@ -5,7 +5,7 @@ Welcome to the first page! We're going to start our journey into the exciting world of Reinforcement Learning (RL) and discover how it's revolutionizing the way we train Language Models like the ones you might use every day. > [!TIP] -> In this chapter, we are focusing on reinforcement learning for language models. However, reinforcement learning is a broad field with many applications beyond language models. If you're interested in learning more about reinforcement learning, you should check out the [Deep Reinforcement Learning course](https://huggingface.co/courses/deep-rl-course/en/unit1/introduction). +> In this chapter, we are focusing on reinforcement learning for language models. However, reinforcement learning is a broad field with many applications beyond language models. If you're interested in learning more about reinforcement learning, you should check out the [Deep Reinforcement Learning course](https://huggingface.co/learn/deep-rl-course/en/unit1/introduction). This page will give you a friendly and clear introduction to RL, even if you've never encountered it before. We'll break down the core ideas and see why RL is becoming so important in the field of Large Language Models (LLMs).