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
Do you plan on syncing this repository with gym-dolphin or vice-versa? I noticed that you don't necessarily support gym as the standard environment for phillip. I really appreciate all the contributions that this repository has made to the community, especially the possibility of extending this to support MARL environments with gym-dolphin that follow ssbm.
Really awesome stuff, Vlad!
The text was updated successfully, but these errors were encountered:
@vladfi1 thanks for the response. I guess I'm misunderstanding. I believe as a gym environment there can be "multi-agent" environments for MARL without a problem (reference is just an example with different tools). If you are sampling the state at a set frequency, all agents have the option to step the environment synchronously (or asynchronously depending on the way your implementation sees it). I've been looking at the current gym-dolphin implementation, and it seems like it is possible, but may require some work on my end. The reason I'm mentioning this is because I am interested in MARL, and the framework you've built around dolphin is the most high performing I have seen and would hate to see it's potential with gym slowly fade away.
Do you plan on syncing this repository with
gym-dolphin
or vice-versa? I noticed that you don't necessarily supportgym
as the standard environment forphillip
. I really appreciate all the contributions that this repository has made to the community, especially the possibility of extending this to support MARL environments withgym-dolphin
that followssbm
.Really awesome stuff, Vlad!
The text was updated successfully, but these errors were encountered: