Train LeWorldModel
mainTraining is implemented in jepa.py and configured via Hydra.
- Configure WandB: Before training, set your
entityandprojectinconfig/train/lewm.yaml:
wandb:
config:
entity: your_entity
project: your_project- Launch Training: Run the training script specifying the data:
python train.py data=pushtCheckpoints are automatically saved to $STABLEWM_HOME upon completion.