Robotics
LeRobot
Safetensors
act
Moritz7 commited on
Commit
378eabc
·
verified ·
1 Parent(s): b706a95

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. config.json +1 -1
  3. train_config.json +2 -2
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - robotics
9
- - lerobot
10
  - act
 
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
 
8
  - act
9
+ - lerobot
10
+ - robotics
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "n_action_steps": 100,
50
  "vision_backbone": "resnet18",
51
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
52
- "replace_final_stride_with_dilation": false,
53
  "pre_norm": false,
54
  "dim_model": 512,
55
  "n_heads": 8,
 
49
  "n_action_steps": 100,
50
  "vision_backbone": "resnet18",
51
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
52
+ "replace_final_stride_with_dilation": 0,
53
  "pre_norm": false,
54
  "dim_model": 512,
55
  "n_heads": 8,
train_config.json CHANGED
@@ -116,7 +116,7 @@
116
  "n_action_steps": 100,
117
  "vision_backbone": "resnet18",
118
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
119
- "replace_final_stride_with_dilation": false,
120
  "pre_norm": false,
121
  "dim_model": 512,
122
  "n_heads": 8,
@@ -136,7 +136,7 @@
136
  },
137
  "output_dir": "outputs\\train\\act_model-2",
138
  "job_name": "act_model-2",
139
- "resume": false,
140
  "seed": 1000,
141
  "num_workers": 4,
142
  "batch_size": 8,
 
116
  "n_action_steps": 100,
117
  "vision_backbone": "resnet18",
118
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
119
+ "replace_final_stride_with_dilation": 0,
120
  "pre_norm": false,
121
  "dim_model": 512,
122
  "n_heads": 8,
 
136
  },
137
  "output_dir": "outputs\\train\\act_model-2",
138
  "job_name": "act_model-2",
139
+ "resume": true,
140
  "seed": 1000,
141
  "num_workers": 4,
142
  "batch_size": 8,