Upload processor
Browse files- processor_config.json +8 -0
- tokenizer.json +0 -0
processor_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_dim": 3,
|
| 3 |
+
"min_token": -26,
|
| 4 |
+
"processor_class": "UniversalActionProcessor",
|
| 5 |
+
"scale": 10.0,
|
| 6 |
+
"time_horizon": 7,
|
| 7 |
+
"vocab_size": 1024
|
| 8 |
+
}
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|