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
critic_input = torch.concat([outputs['state'], agent_ids], dim=-1) RuntimeError: Tensors must have same number of dimensions: got 2 and 3
debug显示output[state]维度是2,但是 agent_ids维度却是3