Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- commaai/commabody
|
4 |
+
pipeline_tag: robotics
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been trained on a larger version of the commabody dataset. It includes a vqgan gan encoder/decoder fine tuned from imagenet, as well as a GPT2 trained to predict the next frame, wheel speeds and actions.
|
8 |
+
It can be used either as a simulator or as a policy.
|
9 |
+
|
10 |
+
todo: link to blog post, link to body-jim example script, include example video
|