You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,19 @@ This repository contains the Deep Reinforcement Learning Course mdx files and no
12
12
13
13
-**Sign up here** ➡️➡️➡️ http://eepurl.com/ic5ZUD
14
14
15
+
## Course Maintenance Notice 🚧
15
16
17
+
Please note that this **Deep Reinforcement Learning course is now in a low-maintenance state**. However, it **remains an excellent resource to learn both the theory and practical aspects of Deep Reinforcement Learning**.
18
+
19
+
Keep in mind the following points:
20
+
21
+
-*Unit 7 (AI vs AI)* : This feature is currently non-functional. However, you can still train your agent to play soccer and observe its performance.
22
+
23
+
-*Leaderboard* : The leaderboard is no longer operational.
24
+
25
+
Aside from these points, all theory content and practical exercises remain fully accessible and effective for learning.
26
+
27
+
If you have any problem with one of the hands-on **please check the issue sections where the community give some solutions to bugs**.
Copy file name to clipboardExpand all lines: units/en/unit0/introduction.mdx
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,19 @@ Don’t forget to **<a href="http://eepurl.com/ic5ZUD">sign up to the course</a>
36
36
37
37
Sign up 👉 <ahref="http://eepurl.com/ic5ZUD">here</a>
38
38
39
+
## Course Maintenance Notice 🚧
40
+
41
+
Please note that this **Deep Reinforcement Learning course is now in a low-maintenance state**. However, it **remains an excellent resource to learn both the theory and practical aspects of Deep Reinforcement Learning**.
42
+
43
+
Keep in mind the following points:
44
+
45
+
-*Unit 7 (AI vs AI)* : This feature is currently non-functional. However, you can still train your agent to play soccer and observe its performance.
46
+
47
+
-*Leaderboard* : The leaderboard is no longer operational.
48
+
49
+
Aside from these points, all theory content and practical exercises remain fully accessible and effective for learning.
50
+
51
+
If you have any problem with one of the hands-on **please check the issue sections where the community give some solutions to bugs**.
39
52
40
53
## What does the course look like? [[course-look-like]]
41
54
@@ -124,13 +137,6 @@ In this new version of the course, you have two types of challenges:
## I found a bug, or I want to improve the course [[contribute]]
128
-
129
-
Contributions are welcomed 🤗
130
-
131
-
- If you *found a bug 🐛 in a notebook*, please <ahref="https://github.com/huggingface/deep-rl-class/issues">open an issue</a> and **describe the problem**.
132
-
- If you *want to improve the course*, you can <ahref="https://github.com/huggingface/deep-rl-class/pulls">open a Pull Request.</a>
133
-
134
140
## I still have questions [[questions]]
135
141
136
142
Please ask your question in our <ahref="https://discord.gg/ydHrjt3WP5">discord server #rl-discussions.</a>
Copy file name to clipboardExpand all lines: units/en/unit7/introduction.mdx
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,13 @@ So today we’re going to **learn the basics of the fascinating topic of multi-a
24
24
25
25
And the most exciting part is that, during this unit, you’re going to train your first agents in a multi-agents system: **a 2vs2 soccer team that needs to beat the opponent team**.
26
26
27
-
And you’re going to participate in **AI vs. AI challenge** where your trained agent will compete against other classmates’ agents every day and be ranked on a [new leaderboard](https://huggingface.co/spaces/huggingface-projects/AIvsAI-SoccerTwos).
27
+
## Course Maintenance Notice 🚧
28
+
29
+
Please note that this **Deep Reinforcement Learning course is now in a low-maintenance state**. However, it **remains an excellent resource to learn both the theory and practical aspects of Deep Reinforcement Learning**.
30
+
31
+
Keep in mind the following points:
32
+
33
+
-*Unit 7 (AI vs AI)* : This feature is currently non-functional. However, you can still train your agent to play soccer and observe its performance. But the leaderboard for AI vs AI soccer was shut down.
0 commit comments