MultiAgentLearning / playground

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

Make env.yml work both on Windows and Linux #219

Closed terryzhao127 closed 5 years ago

terryzhao127 commented 5 years ago

Now by using Conda package specification this env.yml is able to be used on Windows without modification. And now the versions are all consistent with those in requirements.txt.

A potential problem exists that requirements of pywin32 and pypiwin32 are only needed on Windows and therefore installed by pip rather than conda without modification, which could cause collisions when installing them.

Anyone who has a Mac can have a test for this file on MacOS.

cinjon commented 5 years ago

Cool, thanks for doing this. Really appreciated.