feat: new configs #255
Annotations
10 errors
|
Ruff (F811):
crisp_gym/record/evaluate.py#L22
crisp_gym/record/evaluate.py:22:8: F811 Redefinition of unused `time` from line 19
|
|
Ruff (I001):
crisp_gym/record/evaluate.py#L18
crisp_gym/record/evaluate.py:18:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (ANN001):
crisp_gym/policy/async_lerobot_policy.py#L238
crisp_gym/policy/async_lerobot_policy.py:238:17: ANN001 Missing type annotation for function argument `conn`
|
|
Ruff (D202):
crisp_gym/policy/async_lerobot_policy.py#L56
crisp_gym/policy/async_lerobot_policy.py:56:9: D202 No blank lines allowed after function docstring (found 1)
|
|
Ruff (F401):
crisp_gym/policy/async_lerobot_policy.py#L22
crisp_gym/policy/async_lerobot_policy.py:22:41: F401 `crisp_gym.util.setup_logger.setup_logging` imported but unused
|
|
Ruff (F401):
crisp_gym/policy/async_lerobot_policy.py#L21
crisp_gym/policy/async_lerobot_policy.py:21:73: F401 `crisp_gym.util.lerobot_features.numpy_obs_to_torch` imported but unused
|
|
Ruff (F401):
crisp_gym/policy/async_lerobot_policy.py#L21
crisp_gym/policy/async_lerobot_policy.py:21:45: F401 `crisp_gym.util.lerobot_features.concatenate_state_features` imported but unused
|
|
Ruff (F401):
crisp_gym/policy/async_lerobot_policy.py#L10
crisp_gym/policy/async_lerobot_policy.py:10:8: F401 `time` imported but unused
|
|
Ruff (I001):
crisp_gym/policy/async_lerobot_policy.py#L3
crisp_gym/policy/async_lerobot_policy.py:3:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (I001):
crisp_gym/envs/manipulator_env.py#L26
crisp_gym/envs/manipulator_env.py:26:1: I001 Import block is un-sorted or un-formatted
|