| { |
| "dataset": { |
| "repo_id": "data_classifier_20250703_step10000", |
| "root": "/home/duke/my_work/robot2/lerobot/test_data_classifier_keyboard_0703_0_120_360_320_v2", |
| "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 |
| ] |
| } |
| } |
| } |
| }, |
| "revision": null, |
| "use_imagenet_stats": true, |
| "video_backend": "pyav" |
| }, |
| "env": null, |
| "policy": { |
| "type": "reward_classifier", |
| "n_obs_steps": 1, |
| "normalization_mapping": { |
| "VISUAL": "MEAN_STD" |
| }, |
| "input_features": { |
| "observation.state": { |
| "type": "STATE", |
| "shape": [ |
| 6 |
| ] |
| }, |
| "observation.images.front": { |
| "type": "VISUAL", |
| "shape": [ |
| 3, |
| 128, |
| 128 |
| ] |
| }, |
| "observation.images.wrist": { |
| "type": "VISUAL", |
| "shape": [ |
| 3, |
| 128, |
| 128 |
| ] |
| } |
| }, |
| "output_features": { |
| "action": { |
| "type": "ACTION", |
| "shape": [ |
| 4 |
| ] |
| } |
| }, |
| "device": "cuda", |
| "use_amp": true, |
| "push_to_hub": true, |
| "repo_id": "data_classifier_20250703", |
| "private": null, |
| "tags": null, |
| "license": null, |
| "name": "reward_classifier", |
| "num_classes": 2, |
| "hidden_dim": 256, |
| "latent_dim": 256, |
| "image_embedding_pooling_dim": 8, |
| "dropout_rate": 0.1, |
| "model_name": "/home/duke/models/ResNet10", |
| "model_type": "cnn", |
| "num_cameras": 2, |
| "learning_rate": 0.0001, |
| "weight_decay": 0.01, |
| "grad_clip_norm": 1.0 |
| }, |
| "output_dir": "/home/duke/my_work/robot2/lerobot/outputs/train/reward_classifier_0703_step10000", |
| "job_name": "reward_classifier", |
| "resume": false, |
| "seed": 1000, |
| "num_workers": 4, |
| "batch_size": 64, |
| "steps": 10000, |
| "eval_freq": 20000, |
| "log_freq": 30, |
| "save_checkpoint": true, |
| "save_freq": 250, |
| "use_policy_training_preset": true, |
| "optimizer": { |
| "type": "adamw", |
| "lr": 0.0001, |
| "weight_decay": 0.01, |
| "grad_clip_norm": 1.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-reward_classifier_0703", |
| "entity": null, |
| "notes": null, |
| "run_id": "l29woozd", |
| "mode": null |
| } |
| } |