{ "dataset": { "repo_id": "pepijn223/phone_pipeline_pickup1", "root": null, "episodes": null, "percentage": null, "image_transforms": { "enable": false, "max_num_transforms": 3, "random_order": false, "tfs": { "brightness": { "weight": 1.0, "type": "ColorJitter", "kwargs": { "brightness": [ 0.8, 1.2 ] } }, "contrast": { "weight": 1.0, "type": "ColorJitter", "kwargs": { "contrast": [ 0.8, 1.2 ] } }, "saturation": { "weight": 1.0, "type": "ColorJitter", "kwargs": { "saturation": [ 0.5, 1.5 ] } }, "hue": { "weight": 1.0, "type": "ColorJitter", "kwargs": { "hue": [ -0.05, 0.05 ] } }, "sharpness": { "weight": 1.0, "type": "SharpnessJitter", "kwargs": { "sharpness": [ 0.5, 1.5 ] } } } }, "revision": null, "use_imagenet_stats": true, "video_backend": "pyav" }, "env": null, "policy": { "type": "rlearn", "n_obs_steps": 1, "input_features": { "observation.state": { "type": "STATE", "shape": [ 7 ] }, "observation.images.front": { "type": "VISUAL", "shape": [ 3, 480, 640 ] } }, "output_features": { "action": { "type": "ACTION", "shape": [ 7 ] } }, "device": "cuda", "use_amp": false, "push_to_hub": true, "repo_id": "pepijn223/rlearn_siglip17", "private": null, "tags": null, "license": null, "vision_model_name": "google/siglip2-base-patch16-224", "text_model_name": "google/siglip2-base-patch16-224", "freeze_backbones": true, "max_seq_len": 16, "temporal_sampling_stride": 3, "dim_model": 512, "num_layers": 4, "num_heads": 8, "ff_mult": 4, "dropout": 0.05, "use_categorical_rewards": false, "num_reward_bins": 25, "reward_min_value": 0.0, "reward_max_value": 1.0, "use_hl_gauss_loss": true, "hl_gauss_num_bins": 25, "inference_stride": 1, "frame_dropout_p": 0.1, "learning_rate": 0.0005, "weight_decay": 0.01, "head_lr_multiplier": 5.0, "logit_eps": 0.0001, "compile_model": true, "rewind_prob": 0.3, "rewind_last3_prob": 0.0, "mismatch_prob": 0.0, "normalization_mapping": { "VISUAL": "MEAN_STD" }, "episodes_jsonl_path": "meta/episodes.jsonl" }, "output_dir": "outputs/train/rlearn_siglip17", "job_name": "rlearn_rewards_bc_z", "resume": false, "seed": 1000, "num_workers": 8, "batch_size": 16, "steps": 600, "eval_freq": 20000, "log_freq": 50, "save_checkpoint": true, "save_freq": 20000, "use_policy_training_preset": true, "optimizer": { "type": "adamw", "lr": 0.0005, "weight_decay": 0.01, "grad_clip_norm": 10.0, "betas": [ 0.9, 0.999 ], "eps": 1e-08 }, "scheduler": null, "eval": { "n_episodes": 50, "batch_size": 50, "use_async_envs": false }, "wandb": { "enable": true, "disable_artifact": false, "project": "lerobot", "entity": null, "notes": null, "run_id": "8hjdrdqc", "mode": null } }