Jack Monas commited on
Commit
a013f34
·
1 Parent(s): dca0894

task revise

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,7 +6,7 @@ def main():
6
  st.title("World Model Challenge")
7
  st.markdown("### Welcome")
8
  st.write(
9
- "Welcome to the World Model Challenge server. This platform hosts three interrelated challenges "
10
  "designed to advance research in world models for robotics: Compression, Sampling, and Evaluation."
11
  )
12
 
@@ -14,7 +14,7 @@ def main():
14
  st.write(
15
  "Real-world robotics faces a fundamental challenge: environments are dynamic and change over time, "
16
  "making consistent evaluation of robot performance difficult. World models offer a solution by "
17
- "learning to simulate complex real-world interactions from raw sensor data. We believe these learned simulators will enable"
18
  "robust evaluation and iterative improvement of robot policies without the constraints of a physical testbed."
19
  )
20
 
 
6
  st.title("World Model Challenge")
7
  st.markdown("### Welcome")
8
  st.write(
9
+ "Welcome to the World Model Challenge server. This platform hosts three challenges "
10
  "designed to advance research in world models for robotics: Compression, Sampling, and Evaluation."
11
  )
12
 
 
14
  st.write(
15
  "Real-world robotics faces a fundamental challenge: environments are dynamic and change over time, "
16
  "making consistent evaluation of robot performance difficult. World models offer a solution by "
17
+ "learning to simulate complex real-world interactions from raw sensor data. We believe these learned simulators will enable "
18
  "robust evaluation and iterative improvement of robot policies without the constraints of a physical testbed."
19
  )
20