🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
Go to file
Cadene 228c045674 Eval reproduced! Train running (but not reproduced) 2024-02-10 15:46:24 +00:00
lerobot Eval reproduced! Train running (but not reproduced) 2024-02-10 15:46:24 +00:00
test Add common, refactor eval with eval_policy 2024-01-31 13:48:12 +00:00
.gitignore Eval reproduced! Train running (but not reproduced) 2024-02-10 15:46:24 +00:00
README.md Eval reproduced! Train running (but not reproduced) 2024-02-10 15:46:24 +00:00
environment.yaml First real commit, simxarm env added with torchrl! 2024-01-29 12:49:30 +00:00
setup.py First real commit, simxarm env added with torchrl! 2024-01-29 12:49:30 +00:00

README.md

LeRobot

Installation

Install dependencies using conda:

conda env create -f environment.yaml
conda activate lerobot

dev

python setup.py develop

Contribute

style

isort .
black .
pylint lerobot