Closed kasanari closed 2 months ago
This is a fix for #7, correct?
That is true. I forgot I had made the issue.
Should be straight forward to merge this right?
EDIT:
Would prefer shorter line lenght, e.g.:
infos[agent] = {
"action_mask": (
np.array(
[can_wait[agent_type], can_act], dtype=np.int8),
np.array(
available_actions, dtype=np.int8)
)
}
Was squash-merged in 458edc890dbd2fd9602a0c76e12c9f2bc2273637.
This is the format Space.sample expects.