Commit
โข
d2e3052
1
Parent(s):
7216d20
Add link to RL course user progress app (#10)
Browse files- Add link to RL course user progress app (ba01ac70ea68d47e83c7853dcb1b6387ed0a0f74)
Co-authored-by: Michal Pawlowski <misza222@users.noreply.huggingface.co>
app.py
CHANGED
@@ -239,6 +239,8 @@ with block:
|
|
239 |
You want to compare two agents? <a href="https://huggingface.co/spaces/ThomasSimonini/Compare-Reinforcement-Learning-Agents" target="_blank">It's possible using this Spaces demo ๐ </a>.
|
240 |
|
241 |
๐ง There is an **environment missing?** Please open an issue.
|
|
|
|
|
242 |
""")
|
243 |
|
244 |
#for rl_env in RL_ENVS:
|
|
|
239 |
You want to compare two agents? <a href="https://huggingface.co/spaces/ThomasSimonini/Compare-Reinforcement-Learning-Agents" target="_blank">It's possible using this Spaces demo ๐ </a>.
|
240 |
|
241 |
๐ง There is an **environment missing?** Please open an issue.
|
242 |
+
|
243 |
+
For the RL course progress check out <a href="https://huggingface.co/spaces/ThomasSimonini/Check-my-progress-Deep-RL-Course" target="_blank"> User Progress App </a>
|
244 |
""")
|
245 |
|
246 |
#for rl_env in RL_ENVS:
|