MultiAgentLearning / playground

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

get_json_info and set_json_info in v2 env non-functioning #253

Closed dnandha closed 2 years ago

dnandha commented 2 years ago

Hi, the get_json_info and set_json_info functions in the v2 environment are currently non-functioning and lead to run-time errors. Causes:

  1. Missing import of 'json' module
  2. Attempted dump of self._radio_from_agent (which contains an Enum key) to json -> type error
dnandha commented 2 years ago

resolved #254