lerobot/lerobot/configs
Michel Aractingi af43a706c3 - Added JointMaskingActionSpace wrapper in `gym_manipulator` in order to select which joints will be controlled. For example, we can disable the gripper actions for some tasks.
- Added Nan detection mechanisms in the actor, learner and gym_manipulator for the case where we encounter nans in the loop.
- changed the non-blocking in the `.to(device)` functions to only work for the case of cuda because they were causing nans when running the policy on mps
- Added some joint clipping and limits in the env, robot and policy configs. TODO clean this part and make the limits in one config file only.

Co-authored-by: Adil Zouitine <adilzouitinegm@gmail.com>
2025-03-24 13:46:41 +01:00
..
env - Added JointMaskingActionSpace wrapper in `gym_manipulator` in order to select which joints will be controlled. For example, we can disable the gripper actions for some tasks. 2025-03-24 13:46:41 +01:00
policy - Added JointMaskingActionSpace wrapper in `gym_manipulator` in order to select which joints will be controlled. For example, we can disable the gripper actions for some tasks. 2025-03-24 13:46:41 +01:00
robot - Added JointMaskingActionSpace wrapper in `gym_manipulator` in order to select which joints will be controlled. For example, we can disable the gripper actions for some tasks. 2025-03-24 13:46:41 +01:00
default.py fix(codec): hot-fix for default codec in linux arm platforms (#868) 2025-03-17 13:23:11 +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-24 13:46:40 +01: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