lerobot/lerobot/configs
AdilZouitine a02195249f Update configuration files for improved performance and flexibility
- Increased frame rate in `maniskill_example.yaml` from 20 to 400 for enhanced simulation speed.
- Updated `sac_maniskill.yaml` to set `dataset_repo_id` to null and adjusted `grad_clip_norm` from 10.0 to 40.0.
- Changed `storage_device` from "cpu" to "cuda" for better resource utilization.
- Modified `save_freq` from 2000000 to 1000000 to optimize saving intervals.
- Enhanced input normalization parameters for `observation.state` and `observation.image` in SAC policy.
- Adjusted `num_critics` from 10 to 2 and `policy_parameters_push_frequency` from 1 to 4 for improved training dynamics.
- Updated `learner_server.py` to utilize `offline_buffer_capacity` for replay buffer initialization.
- Changed action multiplier in `maniskill_manipulator.py` from 1 to 0.03 for finer control over actions.
2025-03-28 17:18:48 +00:00
..
env Update configuration files for improved performance and flexibility 2025-03-28 17:18:48 +00:00
policy Update configuration files for improved performance and flexibility 2025-03-28 17:18:48 +00:00
robot Add end effector action space to hil-serl (#861) 2025-03-28 17:18:48 +00:00
default.py Add offline mode in the configuration for wandb logging (#897) 2025-03-25 13:44:49 +01:00
default.yaml Several fixes to move the actor_server and learner_server code from the maniskill environment to the real robot environment. 2025-03-28 17:18:24 +00:00
eval.py refactor(config): Move device & amp args to PreTrainedConfig (#812) 2025-03-06 17:59:28 +01:00
parser.py feat: add support for external plugin config dataclasses (#807) 2025-03-10 13:25:47 +01:00
policies.py refactor(config): Move device & amp args to PreTrainedConfig (#812) 2025-03-06 17:59:28 +01:00
train.py added wandb.run_id to allow resuming without wandb log; updated log m… (#841) 2025-03-15 09:40:39 +01:00
types.py chore(doc): add license header to all files (#818) 2025-03-05 17:56:51 +01:00