Robotics
LeRobot
Safetensors
act
MrPsarik commited on
Commit
53a51bf
·
verified ·
1 Parent(s): ba6e810

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +1 -0
  3. model.safetensors +1 -1
  4. train_config.json +1 -1
README.md CHANGED
@@ -5,9 +5,9 @@ license: apache-2.0
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
8
- - act
9
  - robotics
10
  - lerobot
 
11
  ---
12
 
13
  # Model Card for act
 
5
  model_name: act
6
  pipeline_tag: robotics
7
  tags:
 
8
  - robotics
9
  - lerobot
10
+ - act
11
  ---
12
 
13
  # Model Card for act
config.json CHANGED
@@ -35,6 +35,7 @@
35
  },
36
  "device": "cuda",
37
  "use_amp": true,
 
38
  "push_to_hub": true,
39
  "repo_id": "MrPsarik/PaperBallsExt",
40
  "private": null,
 
35
  },
36
  "device": "cuda",
37
  "use_amp": true,
38
+ "use_peft": false,
39
  "push_to_hub": true,
40
  "repo_id": "MrPsarik/PaperBallsExt",
41
  "private": null,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0f58266471c6c08be323ea4c8e54ed5020f273a51fca85a04df68e06efab56d
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f248a6fc54861253c14302dff29d4e0048f387ab1d110b674e3754e5ab9a44
3
  size 206699736
train_config.json CHANGED
@@ -157,7 +157,7 @@
157
  "seed": 1000,
158
  "num_workers": 0,
159
  "batch_size": 16,
160
- "steps": 65000,
161
  "eval_freq": 20000,
162
  "log_freq": 200,
163
  "tolerance_s": 0.0001,
 
157
  "seed": 1000,
158
  "num_workers": 0,
159
  "batch_size": 16,
160
+ "steps": 100000,
161
  "eval_freq": 20000,
162
  "log_freq": 200,
163
  "tolerance_s": 0.0001,