Robotics
LeRobot
Safetensors
sac
spirosperos commited on
Commit
eb8d6f1
·
verified ·
1 Parent(s): 0039819

Upload policy weights, train config and readme

Browse files
Files changed (4) hide show
  1. README.md +1 -1
  2. config.json +5 -5
  3. model.safetensors +2 -2
  4. train_config.json +8 -8
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- datasets: spirosperos/grid-position-dataset
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: sac
 
1
  ---
2
+ datasets: spirosperos/grid-position-prediction
3
  library_name: lerobot
4
  license: apache-2.0
5
  model_name: sac
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "n_obs_steps": 1,
4
  "normalization_mapping": {
5
  "VISUAL": "MEAN_STD",
6
- "ACTION": "MIN_MAX"
7
  },
8
  "input_features": {
9
  "observation.image": {
@@ -98,9 +98,9 @@
98
  "activate_final": true
99
  },
100
  "policy_kwargs": {
101
- "use_tanh_squash": true,
102
  "std_min": 1e-05,
103
- "std_max": 10.0,
104
  "init_final": 0.05
105
  },
106
  "discrete_critic_network_kwargs": {
@@ -113,8 +113,8 @@
113
  },
114
  "actor_learner_config": {
115
  "learner_host": "127.0.0.1",
116
- "learner_port": 60000,
117
- "policy_parameters_push_frequency": 1,
118
  "queue_get_timeout": 2.0
119
  },
120
  "concurrency": {
 
3
  "n_obs_steps": 1,
4
  "normalization_mapping": {
5
  "VISUAL": "MEAN_STD",
6
+ "ACTION": "IDENTITY"
7
  },
8
  "input_features": {
9
  "observation.image": {
 
98
  "activate_final": true
99
  },
100
  "policy_kwargs": {
101
+ "use_tanh_squash": false,
102
  "std_min": 1e-05,
103
+ "std_max": 5.0,
104
  "init_final": 0.05
105
  },
106
  "discrete_critic_network_kwargs": {
 
113
  },
114
  "actor_learner_config": {
115
  "learner_host": "127.0.0.1",
116
+ "learner_port": 50053,
117
+ "policy_parameters_push_frequency": 0,
118
  "queue_get_timeout": 2.0
119
  },
120
  "concurrency": {
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e167ec051a8d643e123c321984eee6d332e0aa54467af10146843363733a10b
3
- size 22659140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:212c99227350f091ca67a635aaa39f1455ce80df635175d47b8a649f24c7730b
3
+ size 22658540
train_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "dataset": {
3
- "repo_id": "spirosperos/grid-position-dataset",
4
- "root": "/home/nikola/lerobot_spes/examples/grid_hil_serl/recording_grid_position_lerobot_001",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
@@ -126,7 +126,7 @@
126
  "n_obs_steps": 1,
127
  "normalization_mapping": {
128
  "VISUAL": "MEAN_STD",
129
- "ACTION": "MIN_MAX"
130
  },
131
  "input_features": {
132
  "observation.image": {
@@ -221,9 +221,9 @@
221
  "activate_final": true
222
  },
223
  "policy_kwargs": {
224
- "use_tanh_squash": true,
225
  "std_min": 1e-05,
226
- "std_max": 10.0,
227
  "init_final": 0.05
228
  },
229
  "discrete_critic_network_kwargs": {
@@ -236,8 +236,8 @@
236
  },
237
  "actor_learner_config": {
238
  "learner_host": "127.0.0.1",
239
- "learner_port": 60000,
240
- "policy_parameters_push_frequency": 1,
241
  "queue_get_timeout": 2.0
242
  },
243
  "concurrency": {
@@ -246,7 +246,7 @@
246
  },
247
  "use_torch_compile": false
248
  },
249
- "output_dir": "outputs/train/2025-10-22/12-14-01_grid_position",
250
  "job_name": "grid_position",
251
  "resume": false,
252
  "seed": 1000,
 
1
  {
2
  "dataset": {
3
+ "repo_id": "spirosperos/grid-position-prediction",
4
+ "root": "/home/nikola/lerobot_spes/recording_grid_position_lerobot",
5
  "episodes": null,
6
  "image_transforms": {
7
  "enable": false,
 
126
  "n_obs_steps": 1,
127
  "normalization_mapping": {
128
  "VISUAL": "MEAN_STD",
129
+ "ACTION": "IDENTITY"
130
  },
131
  "input_features": {
132
  "observation.image": {
 
221
  "activate_final": true
222
  },
223
  "policy_kwargs": {
224
+ "use_tanh_squash": false,
225
  "std_min": 1e-05,
226
+ "std_max": 5.0,
227
  "init_final": 0.05
228
  },
229
  "discrete_critic_network_kwargs": {
 
236
  },
237
  "actor_learner_config": {
238
  "learner_host": "127.0.0.1",
239
+ "learner_port": 50053,
240
+ "policy_parameters_push_frequency": 0,
241
  "queue_get_timeout": 2.0
242
  },
243
  "concurrency": {
 
246
  },
247
  "use_torch_compile": false
248
  },
249
+ "output_dir": "outputs/train/2025-10-30/13-19-54_grid_position",
250
  "job_name": "grid_position",
251
  "resume": false,
252
  "seed": 1000,