usoo commited on
Commit
1d6d034
·
verified ·
1 Parent(s): ffcaef4

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
@@ -6,8 +6,8 @@ model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
  - act
9
- - lerobot
10
  - robotics
 
11
  ---
12
 
13
  # Model Card for act
 
6
  pipeline_tag: robotics
7
  tags:
8
  - act
 
9
  - robotics
10
+ - lerobot
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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83ea15cf2d4e733e23f4e04b247b93a2045e1a8635f4cbab9299771f60387d3d
3
  size 206701064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57d6bd7e27868ce958e58e43b1723849b001a0d8066ddaf5b76ab9648a935d4d
3
  size 206701064
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,11 +136,11 @@
136
  },
137
  "output_dir": "outputs\\train\\act_so101_test27",
138
  "job_name": "act_so101_test27",
139
- "resume": false,
140
  "seed": 1000,
141
  "num_workers": 4,
142
  "batch_size": 8,
143
- "steps": 5000,
144
  "eval_freq": 1000,
145
  "log_freq": 200,
146
  "save_checkpoint": true,
 
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_so101_test27",
138
  "job_name": "act_so101_test27",
139
+ "resume": true,
140
  "seed": 1000,
141
  "num_workers": 4,
142
  "batch_size": 8,
143
+ "steps": 30000,
144
  "eval_freq": 1000,
145
  "log_freq": 200,
146
  "save_checkpoint": true,