Spaces:
Runtime error
Runtime error
Commit
β’
9295100
1
Parent(s):
0040128
Update app description
Browse files
app.py
CHANGED
@@ -21,20 +21,13 @@ def update_elos():
|
|
21 |
|
22 |
with gr.Blocks() as block:
|
23 |
gr.Markdown(f"""
|
24 |
-
# π
|
25 |
|
26 |
-
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
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(
|