You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
state=CircularArrayBuffer{state_eltype}(state_size..., capacity +1), # !!! state is one step longer
31
-
legal_actions_mask=CircularArrayBuffer{legal_actions_mask_eltype}(legal_actions_mask_size..., capacity +1), # !!! legal_actions_mask is one step longer
32
-
action=CircularArrayBuffer{action_eltype}(action_size..., capacity +1), # !!! action is one step longer
0 commit comments