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
I run the "gym_hybrid_pdqn_config" demo with adding "multi_pass=True,action_mask=[[1, 0], [0, 1], [0, 0]]" code for mpdqn, it throw an AttributeError error. The log is:
====================================================================================================
This bug is because the type of element in the eval_value_raw list is torch.Tensor, we should put the float data in np.mean().So we can fix it by changing
I run the "gym_hybrid_pdqn_config" demo with adding "multi_pass=True,action_mask=[[1, 0], [0, 1], [0, 0]]" code for mpdqn, it throw an AttributeError error. The log is:
====================================================================================================
This bug is because the type of element in the eval_value_raw list is torch.Tensor, we should put the float data in np.mean().So we can fix it by changing
to
The text was updated successfully, but these errors were encountered: