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 need to develop a multi-agent cooperative environment where each agent has a mixed action space consisting of discrete and continuous actions. How should I select and modify the corresponding algorithms in DI? Currently, it seems that the mixed action space in DI only supports single-agent situations.