We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf0fbd commit 5e4ace5Copy full SHA for 5e4ace5
README.md
@@ -47,7 +47,8 @@ Each rollout will result in 2 costs:
47
It is important to minimize both costs. `total_cost`: $(lataccel\\_cost *5) + jerk\\_cost$
48
49
## Submission
50
-Run the following command, and send us a link to your fork of this repo, and the `report.html` this script generates.
+Run the following command, and submit `report.html` and your code to [this form](https://forms.gle/US88Hg7UR6bBuW3BA).
51
+
52
```
53
python eval.py --model_path ./models/tinyphysics.onnx --data_path ./data --num_segs 5000 --test_controller <insert your controller name> --baseline_controller simple
54
0 commit comments