Robotics
LeRobot
Safetensors
act
kumarhans commited on
Commit
e1319ad
·
verified ·
1 Parent(s): ecd422b

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
  - lerobot
9
  - robotics
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
@@ -57,7 +57,7 @@
57
  "n_action_steps": 100,
58
  "vision_backbone": "resnet18",
59
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
60
- "replace_final_stride_with_dilation": false,
61
  "pre_norm": false,
62
  "dim_model": 512,
63
  "n_heads": 8,
 
57
  "n_action_steps": 100,
58
  "vision_backbone": "resnet18",
59
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
60
+ "replace_final_stride_with_dilation": 0,
61
  "pre_norm": false,
62
  "dim_model": 512,
63
  "n_heads": 8,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:92974d6137e1d85e1c979c91cf9ae5111e06a4085d925000afd2a6633b6a16d7
3
  size 206767128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41d43a126f2b06fdc79551e09e4b815216184310d9b85d474df41ad3861640b2
3
  size 206767128
train_config.json CHANGED
@@ -124,7 +124,7 @@
124
  "n_action_steps": 100,
125
  "vision_backbone": "resnet18",
126
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
127
- "replace_final_stride_with_dilation": false,
128
  "pre_norm": false,
129
  "dim_model": 512,
130
  "n_heads": 8,
@@ -144,11 +144,11 @@
144
  },
145
  "output_dir": "outputs/train/act_ethernet_policy_fix",
146
  "job_name": "act_ethernet_policy_fix",
147
- "resume": false,
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 8,
151
- "steps": 100000,
152
  "eval_freq": 20000,
153
  "log_freq": 200,
154
  "save_checkpoint": true,
 
124
  "n_action_steps": 100,
125
  "vision_backbone": "resnet18",
126
  "pretrained_backbone_weights": "ResNet18_Weights.IMAGENET1K_V1",
127
+ "replace_final_stride_with_dilation": 0,
128
  "pre_norm": false,
129
  "dim_model": 512,
130
  "n_heads": 8,
 
144
  },
145
  "output_dir": "outputs/train/act_ethernet_policy_fix",
146
  "job_name": "act_ethernet_policy_fix",
147
+ "resume": true,
148
  "seed": 1000,
149
  "num_workers": 4,
150
  "batch_size": 8,
151
+ "steps": 200000,
152
  "eval_freq": 20000,
153
  "log_freq": 200,
154
  "save_checkpoint": true,