Merge branch 'main' into user/azouitine/2025-7-4-convert-codebase-with-pipeline

This commit is contained in:
Steven Palma
2025-08-11 13:56:03 +02:00
committed by GitHub
33 changed files with 109 additions and 112 deletions
+2 -2
View File
@@ -719,7 +719,7 @@ Example configuration for training the [reward classifier](https://huggingface.c
To train the classifier, use the `train.py` script with your configuration:
```bash
python -m lerobot.scripts.train --config_path path/to/reward_classifier_train_config.json
lerobot-train --config_path path/to/reward_classifier_train_config.json
```
**Deploying and Testing the Model**
@@ -784,7 +784,7 @@ The reward classifier will automatically provide rewards based on the visual inp
3. **Train the classifier**:
```bash
python -m lerobot.scripts.train --config_path src/lerobot/configs/reward_classifier_train_config.json
lerobot-train --config_path src/lerobot/configs/reward_classifier_train_config.json
```
4. **Test the classifier**: