MultiAgentLearning / playground

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

replace scipy imresize by PIL #214

Closed fschlatt closed 5 years ago

fschlatt commented 5 years ago

imresize was deprecated in scipy 1.0 and removed in scipy 1.3. Failed to run therefore by default on Google Colab

weseldridge commented 5 years ago

Dang, you scipy... Looks good to me. I will run a test of this around lunch. Then we will get it into master.

Thanks for submitting this!!

giphy

cinjon commented 5 years ago

hey, can you fix conflicts please? probably because of the recent rebase on the other PR.

cinjon commented 5 years ago

i think this might be pressing because Travis is mad at us about this - https://travis-ci.org/MultiAgentLearning/playground/builds/536773795 . cc @F-Schlatt

fschlatt commented 5 years ago

Should be resolved

fschlatt commented 5 years ago

Never mind. You shouldn't resolve conflicts directly on Github :D One second

weseldridge commented 5 years ago

If you are pulling it down to fix the conflict and you also squash down the commits?