Jack Monas commited on
Commit
a5b7931
·
1 Parent(s): 8d3f161
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -147,11 +147,13 @@ def main():
147
  st.markdown("## Rules")
148
  st.markdown(
149
  """
150
- - **Datasets & Pretrained Weights:** The use of publicly available datasets and pretrained weights is allowed. The use of private datasets or pretrained weights is prohibited.
151
- - **Action Conditioning:** Future actions can be used to condition future frame predictions.
152
- - **Inference Time:** There is no limit on the inference time for any of the challenge.
153
- - **Leaderboard & Final Ranking:** The leaderboard will display results on a public test set; however, the final winner will be determined based on performance on a private test set.
154
- - **Reproducibility:** All submissions should be reproducible. Provide code, configuration files, and any necessary instructions to replicate your results.
 
 
155
  """,
156
  unsafe_allow_html=True
157
  )
 
147
  st.markdown("## Rules")
148
  st.markdown(
149
  """
150
+ - The use of publicly available datasets and pretrained weights is allowed. The use of private datasets or pretrained weights is prohibited.
151
+ - You may use future actions to condition future frame predictions.
152
+ - There is no limit on the inference time for any of the challenge.
153
+ - Naive nearest-neighbor retrieval + seeking ahead to next frames from the training set may result in reasonable performance, but is not permitted in solutions.
154
+ - The leaderboard will display results on a public test set; however, the final winner will be determined based on performance on a private test set.
155
+ - All submissions should be reproducible. Provide code, configuration files, and any necessary instructions to replicate your results.
156
+ - We will not be able to award prizes to individuals in U.S. sanctioned countries. We reserve the right to not award a prize if it violates the spirit of the challenge.
157
  """,
158
  unsafe_allow_html=True
159
  )