MultiAgentLearning / playground

PlayGround: AI Research into Multi-Agent Learning.
https://www.pommerman.com
Apache License 2.0
765 stars 217 forks source link

fix get_json_info and set_json_info functions in v2 env #254

Closed dnandha closed 2 years ago

dnandha commented 2 years ago

Solves #253

Adds import of 'json' module + missing 'json_encoder' declaration and converts enum to string (and back) for json dump/load.