werner-duvaud / muzero-general

MuZero
https://github.com/werner-duvaud/muzero-general/wiki/MuZero-Documentation
MIT License
2.47k stars 606 forks source link

ray not support windows,so muzero-general can not run on windows #4

Closed coder-free closed 4 years ago

coder-free commented 4 years ago

please support windows,thanks.

werner-duvaud commented 4 years ago

Hello, This is not planned at the moment. Ray could become compatible with windows (see https://github.com/ray-project/ray/issues/631).

You can also use a virtual machine or the Windows Subsystem for Linux to run it.

llucid-97 commented 4 years ago

@zfavourite99 Hey there, I ran into the same thing today. The Ray on windows thing doesn't work for GPUs yet because WSL doesn't support it so I threw together a quick port using torch multiprocessing instead of ray. There's a few differences in how I handle the asynchronous communications so I don't reproduce exactly the same results, but the performance is on par with the original version.

@werner-duvaud Your Ray-based API is cleaner and this fork changes it a lot, so I don't think its worth making a pull request.

werner-duvaud commented 4 years ago

@ihexx Thank you I will put the link in the readme.

coder-free commented 4 years ago

@ihexx Thank you. 这帮了我很大的忙.