{ "output_dir": null, "job_name": "default", "resume": false, "seed": 1000, "num_workers": 4, "batch_size": 256, "steps": 100000, "log_freq": 1, "save_checkpoint": true, "save_freq": 2000000, "wandb": { "enable": true, "project": "franka_sim", "disable_artifact": true }, "dataset": { "repo_id": "lilkm/pick_cube_franka_panda_30", "use_imagenet_stats": false }, "algorithm": { "type": "sac", "actor_lr": 3e-4, "critic_lr": 3e-4, "temperature_lr": 3e-4, "discount": 0.97, "use_backup_entropy": true, "critic_target_update_weight": 0.005, "num_critics": 2, "num_subsample_critics": null, "critic_network_kwargs": { "hidden_dims": [256, 256], "activate_final": true, "final_activation": null }, "discrete_critic_network_kwargs": { "hidden_dims": [256, 256], "activate_final": true, "final_activation": null }, "temperature_init": 0.01, "target_entropy": null, "utd_ratio": 2, "policy_update_freq": 1, "grad_clip_norm": 10.0, "use_torch_compile": true }, "mixer": "online_offline", "online_ratio": 0.5, "policy": { "type": "gaussian_actor", "push_to_hub": false, "n_obs_steps": 1, "normalization_mapping": { "VISUAL": "MEAN_STD", "STATE": "MIN_MAX", "ENV": "MIN_MAX", "ACTION": "MIN_MAX" }, "input_features": { "observation.images.front": { "type": "VISUAL", "shape": [3, 128, 128] }, "observation.images.wrist": { "type": "VISUAL", "shape": [3, 128, 128] }, "observation.state": { "type": "STATE", "shape": [18] } }, "output_features": { "action": { "type": "ACTION", "shape": [3] } }, "dataset_stats": { "observation.images.front": { "mean": [0.485, 0.456, 0.406], "std": [0.229, 0.224, 0.225] }, "observation.images.wrist": { "mean": [0.485, 0.456, 0.406], "std": [0.229, 0.224, 0.225] }, "observation.state": { "min": [ -0.18890867, -0.13319267, -0.15566483, -3.04198435, -0.05300621, 2.52864378, 0.426834, -100.0, -100.0, -100.0, -100.0, -100.0, -100.0, -100.0, 0.0, 0.2, -0.3, 0.0 ], "max": [ 0.1956124, 0.5096723, 0.05482981, -2.01792539, 0.04425749, 2.90565838, 1.07170398, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 100.0, 255.0, 0.6, 0.3, 0.5 ] }, "action": { "min": [-1.0, -1.0, -1.0], "max": [1.0, 1.0, 1.0] } }, "num_discrete_actions": 3, "storage_device": "cpu", "vision_encoder_name": "lerobot/resnet10", "freeze_vision_encoder": true, "image_encoder_hidden_dim": 32, "shared_encoder": true, "online_steps": 1000000, "online_buffer_capacity": 100000, "offline_buffer_capacity": 100000, "online_step_before_learning": 100, "state_encoder_hidden_dim": 256, "latent_dim": 64, "device": "cuda", "use_amp": false, "actor_network_kwargs": { "hidden_dims": [256, 256], "activate_final": true }, "policy_kwargs": { "use_tanh_squash": true, "std_min": 1e-5, "std_max": 5, "init_final": 0.05 }, "discrete_critic_network_kwargs": { "hidden_dims": [256, 256], "activate_final": true, "final_activation": null }, "actor_learner_config": { "learner_host": "127.0.0.1", "learner_port": 50051, "policy_parameters_push_frequency": 50 }, "concurrency": { "actor": "threads", "learner": "threads" }, "repo_id": null }, "env": { "type": "gym_manipulator", "name": "gym_hil", "task": "PandaPickCubeGamepad-v0", "fps": 10, "robot": null, "teleop": null, "processor": { "control_mode": "gamepad", "gripper": { "use_gripper": true, "gripper_penalty": -0.02 }, "reset": { "fixed_reset_joint_positions": [ 0.0, 0.195, 0.0, -2.43, 0.0, 2.62, 0.785 ], "reset_time_s": 1.0, "control_time_s": 15.0 }, "image_preprocessing": null }, "features": { "observation.images.front": { "type": "VISUAL", "shape": [3, 128, 128] }, "observation.images.wrist": { "type": "VISUAL", "shape": [3, 128, 128] }, "observation.state": { "type": "STATE", "shape": [18] }, "action": { "type": "ACTION", "shape": [3] } }, "features_map": { "observation.images.front": "observation.images.front", "observation.images.wrist": "observation.images.wrist", "observation.state": "observation.state", "action": "action" } } }