refactor(rl): expose public API in rl/__init__ and use relative imports in sub-packages

This commit is contained in:
Khalil Meftah
2026-04-16 15:46:34 +02:00
parent a5ad273b62
commit d7e25c8326
5 changed files with 25 additions and 15 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import pytest
pytest.importorskip("grpc")
from lerobot.rl.process import ProcessSignalHandler # noqa: E402
from lerobot.rl.process import ProcessSignalHandler
# Fixture to reset shutdown_event_counter and original signal handlers before and after each test