ying-wen / malib_deprecated

A Multi-agent Learning Framework
MIT License
62 stars 16 forks source link

Environment wrapper for third-party Gym/Ray compatible multi-agent environment #20

Open Phutoast opened 5 years ago

Phutoast commented 5 years ago

Making the Particle Environment under the current environment abstraction. Instead of gym.Env

ying-wen commented 5 years ago

One step game, we would use matrix game and differential game as benchmark environments. For the multi-step game, we may adopt highway-env/discrete and particle/continuous environments.