openai / multiagent-particle-envs

Code for a multi-agent particle environment used in the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
https://arxiv.org/pdf/1706.02275.pdf
MIT License
2.27k stars 786 forks source link

Rllib compatibility #87

Open DrArtemi opened 3 years ago

DrArtemi commented 3 years ago

Refactor MPE so we can use it with RLlib. Removed scenario system which I don't really like. Extract observations and rewards function to files so we can create new ones and import them.

jkterry1 commented 2 years ago

There's already a maintained fork of MPE that's fully compatible with RLlib that other's use: https://www.pettingzoo.ml/mpe