Jack Monas commited on
Commit
1ceb0f8
·
1 Parent(s): 15ed299
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def main():
162
  st.markdown("## Motivation")
163
  st.write(
164
  "Real-world robotics faces a fundamental challenge: environments are dynamic and change over time, "
165
- "making consistent evaluation of policy performance difficult. Driven by recent advances in video generation, \"World Models\" offer a solution by "
166
  "learning to simulate complex real-world interactions from image tokens paired with action data. We believe these learned simulators will enable "
167
  "robust evaluation and iterative improvement of robot policies without the constraints of a physical testbed."
168
  )
 
162
  st.markdown("## Motivation")
163
  st.write(
164
  "Real-world robotics faces a fundamental challenge: environments are dynamic and change over time, "
165
+ "making consistent evaluation of policy performance difficult. Driven by recent advances in video generation, **world models** offer a solution by "
166
  "learning to simulate complex real-world interactions from image tokens paired with action data. We believe these learned simulators will enable "
167
  "robust evaluation and iterative improvement of robot policies without the constraints of a physical testbed."
168
  )