Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"action_in_proj_cfg": {
|
| 3 |
-
"_target_": "alpamayo_r1.action_in_proj.PerWaypointActionInProjV2",
|
| 4 |
"hidden_size": 512,
|
| 5 |
"max_freq": 100.0,
|
| 6 |
"num_enc_layers": 2,
|
|
@@ -61,7 +61,7 @@
|
|
| 61 |
"expert_non_causal_attention": true,
|
| 62 |
"hist_traj_embed_cfg": null,
|
| 63 |
"hist_traj_tokenizer_cfg": {
|
| 64 |
-
"_target_": "alpamayo_r1.delta_tokenizer.DeltaTrajectoryTokenizer"
|
| 65 |
},
|
| 66 |
"image_height": 320,
|
| 67 |
"image_width": 512,
|
|
|
|
| 1 |
{
|
| 2 |
"action_in_proj_cfg": {
|
| 3 |
+
"_target_": "alpamayo_r1.models.action_in_proj.PerWaypointActionInProjV2",
|
| 4 |
"hidden_size": 512,
|
| 5 |
"max_freq": 100.0,
|
| 6 |
"num_enc_layers": 2,
|
|
|
|
| 61 |
"expert_non_causal_attention": true,
|
| 62 |
"hist_traj_embed_cfg": null,
|
| 63 |
"hist_traj_tokenizer_cfg": {
|
| 64 |
+
"_target_": "alpamayo_r1.models.delta_tokenizer.DeltaTrajectoryTokenizer"
|
| 65 |
},
|
| 66 |
"image_height": 320,
|
| 67 |
"image_width": 512,
|