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
Ask for advice inps (list of PyTorch Matrices): Inputs to each agents' encoder (batch of obs + ac) How is this parameter set .
A=np.mat(obs1)
B=np.mat(action) ---- --> states = [s for s, a in inps] ValueError: too many values to unpack (expected 2)
inps=list((A,B))
Looking forward to your reply !
o_dim = 12
a_dim = 6
The text was updated successfully, but these errors were encountered:
Ask for advice inps (list of PyTorch Matrices): Inputs to each agents' encoder (batch of obs + ac) How is this parameter set .
A=np.mat(obs1)
B=np.mat(action) ---- --> states = [s for s, a in inps] ValueError: too many values to unpack (expected 2)
inps=list((A,B))
Looking forward to your reply !
o_dim = 12
a_dim = 6
The text was updated successfully, but these errors were encountered: