change partial shuffle to split shuffle

This commit is contained in:
2024-12-11 10:23:06 -06:00
parent 80283a576e
commit 53a8fbc3f3
6 changed files with 14 additions and 136 deletions

View File

@@ -19,7 +19,7 @@ def observations(number_of_keys, properties_per_key, passcode_len):
keypad=keypad.keypad.copy(),
key_selection=keypad.key_entry(target_passcode=nkode)
)
keypad.partial_shuffle()
keypad.split_shuffle()
return obs_gen()