ThomasSimonini HF staff commited on
Commit
9295100
β€’
1 Parent(s): 0040128

Update app description

Browse files
Files changed (1) hide show
  1. app.py +4 -11
app.py CHANGED
@@ -21,20 +21,13 @@ def update_elos():
21
 
22
  with gr.Blocks() as block:
23
  gr.Markdown(f"""
24
- # πŸ† The Deep Reinforcement Learning Course Leaderboard πŸ†
25
 
26
- This is the leaderboard of trained agents during the Deep Reinforcement Learning Course. A free course from beginner to expert.
27
 
28
- This is the Soccer environment leaderboard, use Ctrl+F to find your rank πŸ†
29
 
30
- We use an ELO rating to sort the models.
31
- You **can click on the model's name** to be redirected to its model card which includes documentation.
32
-
33
- πŸ€– You want to try to train your agents? <a href="http://eepurl.com/ic5ZUD" target="_blank">Sign up to the Hugging Face free Deep Reinforcement Learning Course πŸ€— </a>.
34
-
35
- 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>.
36
-
37
- πŸ”§ There is an **environment missing?** Please open an issue.
38
  """)
39
  with gr.Row():
40
  output = gr.components.Dataframe(
 
21
 
22
  with gr.Blocks() as block:
23
  gr.Markdown(f"""
24
+ # πŸ† AI vs. AI SoccerTwos Leaderboard ⚽
25
 
26
+ In this leaderboard, you can find the ELO score and the rank of your trained model for the SoccerTwos environment.
27
 
28
+ You **can click on the model's name** to be redirected to its model card page.
29
 
30
+ πŸ€– For more information about this AI vs. AI challenge and to participate? Check: [ADD LINK].
 
 
 
 
 
 
 
31
  """)
32
  with gr.Row():
33
  output = gr.components.Dataframe(