mirror of
https://github.com/huggingface/lerobot.git
synced 2026-07-24 18:26:11 +00:00
adjusting test to match expected values
This commit is contained in:
@@ -44,7 +44,7 @@ def test_chunk_size_and_action_steps() -> None:
|
|||||||
assert cfg.chunk_size == 16
|
assert cfg.chunk_size == 16
|
||||||
assert cfg.n_action_steps == 16
|
assert cfg.n_action_steps == 16
|
||||||
assert cfg.action_delta_indices == list(range(16))
|
assert cfg.action_delta_indices == list(range(16))
|
||||||
assert cfg.observation_delta_indices is None
|
assert cfg.observation_delta_indices == list(range(16))
|
||||||
assert cfg.reward_delta_indices is None
|
assert cfg.reward_delta_indices is None
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user