-
Notifications
You must be signed in to change notification settings - Fork 533
Which environments support multiplayer control? #200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It looks like only "Pong-Atari2600" and "FishingDerby-Atari2600" have 2player states defined. There are other games, for instance I believe "Sonic The Hedgehog" has a 2 player mode, but for those games you'll have to define the 2 player start state, as well as update the various json files for the game to enable that mode. See the Pong data files for a reference of what that should look like. If you end up adding any of those, please link to your changes from this issue so people can find them. |
@christopherhesse , so does it mean that it doesn't support |
So there's a PR adding proper multiplayer game support to the ALE: Farama-Foundation/Arcade-Learning-Environment#350 It also has a gym-styled wrapper in Python https://www.pettingzoo.ml/atari |
@andysu2008 without modification, yes that looks to be the case. |
In the multiplayer documentation (https://retro.readthedocs.io/en/latest/python.html#multiplayer-environments), you say that multiplayer is supported "in a small number of environments." Other than pong, which environments are those? Most games that support multiplayer environments don't have support in ALE.
The text was updated successfully, but these errors were encountered: