Jack Monas commited on
Commit
16d53e1
·
1 Parent(s): c477fe1
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -179,6 +179,18 @@ def main():
179
  "Deadlines for challenges soon to be announced.")
180
 
181
 
 
 
 
 
 
 
 
 
 
 
 
 
182
 
183
  if __name__ == '__main__':
184
  main()
 
179
  "Deadlines for challenges soon to be announced.")
180
 
181
 
182
+ st.markdown("## Additional Data & Research Requests")
183
+ st.markdown(
184
+ """
185
+ Beyond the World Model Challenge, we also want to make the challenges and datasets more useful for your research questions.
186
+ Want more data interacting with humans? More safety-critical tasks like carrying cups of hot coffee without spilling?
187
+ More dexterous tool use? Robots working with other robots? Robots dressing themselves in the mirror?
188
+ Think of 1X as the operations team for getting you high-quality humanoid data in extremely diverse scenarios.
189
+
190
+ Email [[email protected]](mailto:[email protected]) with your requests (and why you think the data is important) and we will try to include it in a future data release.
191
+ You can also discuss your data questions with the community on Discord.
192
+ """
193
+ )
194
 
195
  if __name__ == '__main__':
196
  main()