Robotics
LeRobot
Safetensors
act
anikitakis commited on
Commit
676f919
·
verified ·
1 Parent(s): 0eba823

Upload policy weights, train config and readme

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. model.safetensors +1 -1
  3. 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
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a88d98cd1eb93f0eba93972beca1e6ef18d8d2610cc29a2736f55b68223162e3
3
  size 206699736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9650a37dd07847537781caf0ddc49d21329139b290afb136aebeef1bf703c280
3
  size 206699736
train_config.json CHANGED
@@ -143,13 +143,13 @@
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
- "output_dir": "outputs/train/act_task_a_resume_v3",
147
- "job_name": "act_task_a_resume_v2",
148
  "resume": false,
149
  "seed": 1000,
150
  "cudnn_deterministic": false,
151
  "num_workers": 4,
152
- "batch_size": 24,
153
  "steps": 10000,
154
  "eval_freq": 20000,
155
  "log_freq": 100,
 
143
  "optimizer_weight_decay": 0.0001,
144
  "optimizer_lr_backbone": 1e-05
145
  },
146
+ "output_dir": "outputs/train/act_task_a_resume",
147
+ "job_name": "act_task_a_resume_v3",
148
  "resume": false,
149
  "seed": 1000,
150
  "cudnn_deterministic": false,
151
  "num_workers": 4,
152
+ "batch_size": 32,
153
  "steps": 10000,
154
  "eval_freq": 20000,
155
  "log_freq": 100,