From d167e5e3c5a5c68c3ae988bf4fea9193b5943354 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Thu, 18 Apr 2024 11:32:13 +0200 Subject: [PATCH] Move env command to scripts --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- lerobot/{commands => scripts}/env.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lerobot/{commands => scripts}/env.py (100%) 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