MultiAgentLearning / playground

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

Bug in the name of strings while saving images of the game #194

Closed shivam-agarwal closed 5 years ago

shivam-agarwal commented 5 years ago

Bug in line 85 of graphics.py - "ValueError: Invalid format string". It occurs due to incorrect date format specifier in strftime() .

shivam-agarwal commented 5 years ago

195

cinjon commented 5 years ago

Pushed out #195 so shoudl be fixed. Thanks!