sadjava commited on
Commit
b7469bb
·
verified ·
1 Parent(s): 05313cc

Upload idm_fdm.json

Browse files
Files changed (1) hide show
  1. idm_fdm.json +19 -0
idm_fdm.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "feature_dim": 960,
3
+ "latent_dim": 128,
4
+ "delta": 8,
5
+ "seed": 1000,
6
+ "steps": 20000,
7
+ "beta": 0.0001,
8
+ "shuffle_future": false,
9
+ "policy_path": "outputs/smolvla_libero90_100k/checkpoints/last/pretrained_model",
10
+ "dataset_repo_id": "nvidia/libero_90",
11
+ "dataset_root": "/content/data/Libero_LeRobot_v3/libero_90",
12
+ "batch_size": 8,
13
+ "lr": 0.0001,
14
+ "decay_lr": 1e-06,
15
+ "warmup_steps": 100,
16
+ "weight_decay": 0.0001,
17
+ "job_name": "latent_dynamics_s1000",
18
+ "wandb_url": "https://wandb.ai/sadjava/lerobot/runs/nmz1hxnj"
19
+ }