Jack Monas commited on
Commit
511aad5
·
1 Parent(s): 03ffa54
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -175,7 +175,7 @@ def main():
175
  st.markdown("## The Challenges")
176
 
177
  st.write(
178
- "The 1X World Model Challenge involves predicting future first-person observations of the [EVE Android](https://www.1x.tech/eve) with the ultimate goal of solving policy evaluation."
179
  )
180
 
181
  st.markdown("#### Compression Challenge")
@@ -193,7 +193,7 @@ def main():
193
  "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."
194
  )
195
 
196
- st.markdown("**Note:** Links to the evaluation servers will be released on March 1st.")
197
 
198
  st.markdown("---")
199
 
 
175
  st.markdown("## The Challenges")
176
 
177
  st.write(
178
+ "The 1X World Model Challenge is centered around predicting future first-person observations of the [EVE Android](https://www.1x.tech/eve) with the ultimate goal of solving policy evaluation."
179
  )
180
 
181
  st.markdown("#### Compression Challenge")
 
193
  "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."
194
  )
195
 
196
+ st.markdown("**Note:** Links to the submission servers will be released on March 1st.")
197
 
198
  st.markdown("---")
199