{ "dataset": { "repo_id": "Jeongeun/dynamic_object_v3", "root": "./data/poc_v3", "episodes": 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 ] } }, "affine": { "weight": 1.0, "type": "RandomAffine", "kwargs": { "degrees": [ -5.0, 5.0 ], "translate": [ 0.05, 0.05 ] } } } }, "revision": null, "use_imagenet_stats": true, "video_backend": "torchcodec", "streaming": false }, "env": null, "policy": { "type": "poc_chunk", "n_obs_steps": 1, "input_features": { "observation.image": { "type": "VISUAL", "shape": [ 3, 256, 256 ] }, "observation.wrist_image": { "type": "VISUAL", "shape": [ 3, 256, 256 ] }, "observation.state": { "type": "STATE", "shape": [ 13 ] } }, "output_features": { "action": { "type": "ACTION", "shape": [ 8 ] } }, "device": "cuda", "use_amp": false, "use_peft": false, "push_to_hub": true, "repo_id": "Jeongeun/dynamic_object_v3_poc_chunk_10", "private": null, "tags": null, "license": null, "pretrained_path": null, "add_past_actions": true, "see_past_action_only": false, "noise_injection": false, "noise_std": 0.01, "chunk_size": 10, "n_action_steps": 10, "image_feature_dim": 768, "normalization_mapping": { "STATE": "MEAN_STD", "ACTION": "MEAN_STD" }, "nheads": 6, "dim_forward": 512, "num_layers": 8, "activation": "gelu", "max_seq_len": 512, "use_token_type_embedding": true, "freeze_image_encoder": false, "optimizer_lr": 3e-05, "optimizer_weight_decay": 1e-06, "lr_warmup_steps": 500, "total_training_steps": 500000, "use_policy_training_preset": true }, "output_dir": "ckpt/dynamic_object_v3_poc_chunk_10", "job_name": "dynamic_object_v3_poc_chunk_10", "resume": false, "seed": 1000, "num_workers": 4, "batch_size": 32, "steps": 10000, "eval_freq": 20000, "log_freq": 200, "tolerance_s": 0.0001, "save_checkpoint": true, "save_freq": 20000, "use_policy_training_preset": true, "optimizer": { "type": "adamw", "lr": 3e-05, "weight_decay": 1e-06, "grad_clip_norm": 10.0, "betas": [ 0.9, 0.999 ], "eps": 1e-08 }, "scheduler": { "type": "cosine_decay_with_warmup", "num_warmup_steps": 500, "num_decay_steps": 500000, "peak_lr": 3e-05, "decay_lr": 1e-05 }, "eval": { "n_episodes": 50, "batch_size": 50, "use_async_envs": false }, "wandb": { "enable": true, "disable_artifact": true, "project": "dynamic_object_v3_custom", "entity": "jeongeun", "notes": null, "run_id": "5qyoexmw", "mode": null }, "peft": null, "use_rabc": false, "rabc_progress_path": null, "rabc_kappa": 0.01, "rabc_epsilon": 1e-06, "rabc_head_mode": "sparse", "rename_map": {}, "checkpoint_path": null }