Robotics
LeRobot
Safetensors
act
fdcolin commited on
Commit
780184f
·
verified ·
1 Parent(s): 4f6af32

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. train_config.json +3 -3
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - act
9
  - lerobot
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - lerobot
9
  - robotics
10
+ - act
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "n_action_steps": 100,
42
  "vision_backbone": "resnet18",
43
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
44
- "replace_final_stride_with_dilation": false,
45
  "pre_norm": false,
46
  "dim_model": 512,
47
  "n_heads": 8,
 
41
  "n_action_steps": 100,
42
  "vision_backbone": "resnet18",
43
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
44
+ "replace_final_stride_with_dilation": 0,
45
  "pre_norm": false,
46
  "dim_model": 512,
47
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a878220c73ab8853fd95ea737f73c1452588d10bfe5a61de5a63ccbcdfaa05c
3
  size 206700792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0088fe1ecb5751dc4ecb3ea57baea7f91198dd9e4d24766ea7cb643a18dc87e8
3
  size 206700792
train_config.json CHANGED
@@ -108,7 +108,7 @@
108
  "n_action_steps": 100,
109
  "vision_backbone": "resnet18",
110
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
111
- "replace_final_stride_with_dilation": false,
112
  "pre_norm": false,
113
  "dim_model": 512,
114
  "n_heads": 8,
@@ -128,11 +128,11 @@
128
  },
129
  "output_dir": "outputs/train/act_grab-block-1",
130
  "job_name": "act_grab-block-1_v2",
131
- "resume": false,
132
  "seed": 1000,
133
  "num_workers": 4,
134
  "batch_size": 4,
135
- "steps": 50000,
136
  "eval_freq": 20000,
137
  "log_freq": 200,
138
  "save_checkpoint": true,
 
108
  "n_action_steps": 100,
109
  "vision_backbone": "resnet18",
110
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
111
+ "replace_final_stride_with_dilation": 0,
112
  "pre_norm": false,
113
  "dim_model": 512,
114
  "n_heads": 8,
 
128
  },
129
  "output_dir": "outputs/train/act_grab-block-1",
130
  "job_name": "act_grab-block-1_v2",
131
+ "resume": true,
132
  "seed": 1000,
133
  "num_workers": 4,
134
  "batch_size": 4,
135
+ "steps": 100000,
136
  "eval_freq": 20000,
137
  "log_freq": 200,
138
  "save_checkpoint": true,