huggingface / lerobot

🤗 LeRobot: End-to-end Learning for Real-World Robotics in Pytorch
Apache License 2.0
4.29k stars 338 forks source link

Make `display_sys_info.py` install-agnostic #253

Closed aliberts closed 3 weeks ago

aliberts commented 3 weeks ago

What this does

Make display_sys_info.py install-agnostic so that any user can run it without having installed lerobot (usefull if one have issues installing the library and needs help).

How it was tested

Ran it successfully on a fresh conda env with nothing but python installed.

How to checkout & try? (for the reviewer)

python lerobot/scripts/display_sys_info.py

This change is Reviewable