docs and examples imports update

This commit is contained in:
Steven Palma
2026-04-12 09:43:13 +02:00
parent 89b4652de0
commit b132e2b5d6
53 changed files with 212 additions and 215 deletions
+3 -3
View File
@@ -15,9 +15,9 @@
# limitations under the License.
from lerobot.common.control_utils import init_keyboard_listener
from lerobot.datasets.lerobot_dataset import LeRobotDataset
from lerobot.policies.act.modeling_act import ACTPolicy
from lerobot.policies.factory import make_pre_post_processors
from lerobot.datasets import LeRobotDataset
from lerobot.policies import make_pre_post_processors
from lerobot.policies.act import ACTPolicy
from lerobot.processor import make_default_processors
from lerobot.robots.lekiwi import LeKiwiClient, LeKiwiClientConfig
from lerobot.scripts.lerobot_record import record_loop