feat: split n flat n pad decentered
This commit is contained in:
parent
5e7fd27b61
commit
9c20c28b2a
5 changed files with 88 additions and 50 deletions
|
|
@ -32,6 +32,7 @@ def test_centralized_forward_pass_with_padding():
|
|||
num_arms=num_arms,
|
||||
padding_masks=masks,
|
||||
morph_mode=MorphMode.CENTRALIZED,
|
||||
segments_per_arm=segments_per_arm,
|
||||
)
|
||||
global_state = obs_processor(amputated_obs)
|
||||
|
||||
|
|
|
|||
Reference in a new issue