Add link to RL course user progress app
Browse files
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:
|