openai / neural-mmo

Code for the paper "Neural MMO: A Massively Multiagent Game Environment for Training and Evaluating Intelligent Agents"
https://openai.com/blog/neural-mmo/
MIT License
1.57k stars 262 forks source link

Does not work on Windows #25

Closed jiang910622 closed 5 years ago

jiang910622 commented 5 years ago

It seems that neural-mmo is not available at Windows, due to the difficulties with the Ray library. Is there any way to solve it?

jsuarez5341 commented 5 years ago

Yes, check issue 21 -- It's not supported out of the box, but it is fairly straightforward to strip out Ray references. I'll look into this in an official capacity in the future, but I am currently the only dev, and I'm prioritizing my efforts towards the first major patch

amelkikh commented 5 years ago

Yes, check issue 21 -- It's not supported out of the box, but it is fairly straightforward to strip out Ray references. I'll look into this in an official capacity in the future, but I am currently the only dev, and I'm prioritizing my efforts towards the first major patch

Will you further explore this issue? Regards.