misza222 commited on
Commit
ba01ac7
β€’
1 Parent(s): 7216d20

Add link to RL course user progress app

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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: