Jack Monas
commited on
Commit
·
f105f4c
1
Parent(s):
446cfff
gif
Browse files
app.py
CHANGED
@@ -111,6 +111,9 @@ def main():
|
|
111 |
st.write(
|
112 |
"The Evaluation Challenge tackles the ultimate question: Can you predict a robot's performance in the real world without physically deploying it? In this challenge, you will be provided with many different policies for a specific task. Your task is to rank these policies according to their expected real-world performance. This ranking will be compared with the actual ranking of the policies."
|
113 |
)
|
|
|
|
|
|
|
114 |
st.markdown("---")
|
115 |
|
116 |
|
|
|
111 |
st.write(
|
112 |
"The Evaluation Challenge tackles the ultimate question: Can you predict a robot's performance in the real world without physically deploying it? In this challenge, you will be provided with many different policies for a specific task. Your task is to rank these policies according to their expected real-world performance. This ranking will be compared with the actual ranking of the policies."
|
113 |
)
|
114 |
+
|
115 |
+
st.markdown("**Note:** Links to the evaluation servers will be released on March 1st.")
|
116 |
+
|
117 |
st.markdown("---")
|
118 |
|
119 |
|