- Create conda env as described here:
- Change in the config file your settings and train.sh
- Run the training script: sbatch train.sh
- Conda env see below
- Set in real_robot_sim the right parameters for the FrankaArm
- Add dataset stats to your config file
- Run eval_flower.py
- Create conda env as described here: https://huggingface.co/docs/lerobot/en/pi0
- Change in the config file your settings and train.sh
- Run the training script: sbatch train.sh
- Create conda env as described here: https://huggingface.co/docs/lerobot/en/groot + pip install hydra-core
- Change in the config file your settings and train.sh
- Run the training script: sbatch train.sh
Use pyav as video backend, because there are problems with torchcodec on Horeka.
- Install Novometis with the commands from real robot and name the env lerobot-irl-models
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/test/cu124
pip install 'lerobot[all]'
pip install -r requirements.txt- Test if it works and install remaining dependencies
No evaluation on real robot:
conda create --name lerobot-irl-models python=3.10
conda activate lerobot-irl-models
conda install black isort pre-commit -c conda-forge
pre-commit install
pre-commit run
pip3 install torch --index-url https://download.pytorch.org/whl/test/cu124
pip3 install torch torchvision --index-url https://download.pytorch.org/whl/test/cu124
pip install -r requirements.txt
pip install lerobot
conda install -c conda-forge ffmpeg