mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-20 09:47:14 +00:00
0cdd23dcac8a9b44cd74f93af8cf321b301c3cde
LeRobot
Installation
Install dependencies using conda:
conda env create -f environment.yaml
conda activate lerobot
dev
python setup.py develop
TODO
- priority update doesnt match FOWM or original paper
- self.step=100000 should be updated at every step to adjust to horizon of planner
- prefetch replay buffer to speedup training
- parallelize env to speedup eval
Contribute
style
isort lerobot
black lerobot
isort test
black test
pylint lerobot
Description
Languages
Python
99.9%