[Port HIL-SERL] Adjust Actor-Learner architecture & clean up dependency management for HIL-SERL (#722)
This commit is contained in:
committed by
Michel Aractingi
parent
85242cac67
commit
e1d55c7a44
11
ruff.toml
Normal file
11
ruff.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Exclude files/directories from Ruff
|
||||
exclude = [
|
||||
"*_pb2.py", # Ignore all protobuf generated files
|
||||
"*_pb2_grpc.py", # Ignore all gRPC generated files
|
||||
"lerobot/scripts/server/hilserl_pb2.py", # Ignore specific file
|
||||
".git",
|
||||
".env",
|
||||
".venv",
|
||||
"build",
|
||||
"dist"
|
||||
]
|
||||
Reference in New Issue
Block a user