diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 132c21cb..475fabb0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -11,7 +11,7 @@ body: id: system-info attributes: label: System Info - description: If needed, you can share your lerobot configuration with us by running `python -m lerobot.commands.env` and copy-pasting its outputs below + description: If needed, you can share your lerobot configuration with us by running `python -m lerobot.scripts.env` and copy-pasting its outputs below render: Shell placeholder: lerobot version, OS, python version, numpy version, torch version, and lerobot's configuration validations: diff --git a/lerobot/commands/env.py b/lerobot/scripts/env.py similarity index 100% rename from lerobot/commands/env.py rename to lerobot/scripts/env.py