Commit
•
58d5a41
1
Parent(s):
f192c07
Add Compare Spaces Link
Browse files
app.py
CHANGED
@@ -183,6 +183,9 @@ def get_info_display(dataframe,env_name,name_leaderboard,is_empty):
|
|
183 |
<br>
|
184 |
<p> You want to try to train your agents? <a href="http://eepurl.com/h1pElX" target="_blank">Sign up to the Hugging Face free Deep Reinforcement Learning Class 🤗 </a>.
|
185 |
</p>
|
|
|
|
|
|
|
186 |
</div>
|
187 |
""".format(len_dataframe = len(dataframe),env_name = env_name,name_leaderboard = name_leaderboard,num_unique_users = len(set(dataframe['User'].values)))
|
188 |
|
|
|
183 |
<br>
|
184 |
<p> You want to try to train your agents? <a href="http://eepurl.com/h1pElX" target="_blank">Sign up to the Hugging Face free Deep Reinforcement Learning Class 🤗 </a>.
|
185 |
</p>
|
186 |
+
<br>
|
187 |
+
<p> 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>.
|
188 |
+
</p>
|
189 |
</div>
|
190 |
""".format(len_dataframe = len(dataframe),env_name = env_name,name_leaderboard = name_leaderboard,num_unique_users = len(set(dataframe['User'].values)))
|
191 |
|