facebookresearch / darkforestGo

DarkForest, the Facebook Go engine.
Other
2.1k stars 324 forks source link

Timeline for learn module and distributed evaluator #11

Open aniljava opened 8 years ago

aniljava commented 8 years ago

Is there any expected time for the release of learn code base.

Also, will the distributed configuration used in tournaments shared as well.

yuandong-tian commented 8 years ago

The training code will be released soon. We defer it until torchnet is released on ICML. https://github.com/torchnet/torchnet

abcdabcd987 commented 8 years ago

@yuandong-tian Hi, I found that torchnet has been released on ICML. I'd like to know if the learning code is going to be published soon please.

yuandong-tian commented 8 years ago

It is already ready. It reaches 56.1% on KGS in ~3.5 days (with 4 GPUs). I will release it soon.

| Sun Aug 21 21:54:15 2016 | epoch 0001 | ms/batch 721 | train [1pi@1]: 11.230860 [1pi@5]: 30.617970 [3pi@1]: 3.099219 [3pi@5]: 14.042188 [2pi@5]: 18.935938 [2pi@1]: 4.482813 [policy]: 8.361849 | test [1pi@1]: 27.767189

[2pi@1]: 8.382812 [policy]: 6.558414 | saved *

| Thu Aug 25 10:35:11 2016 | epoch 0381 | ms/batch 719 | train [1pi@1]: 56.226566 [1pi@5]: 87.523834 [3pi@1]: 21.542580 [3pi@5]: 51.992970 [2pi@5]: 68.728127 [2pi@1]: 34.199612 [policy]: 3.736506 | test [1pi@1]: 56.124222 [1pi@5]: 87.432816 [3pi@1]: 21.600000 [3pi@5]: 52.107815 [2pi@5]: 68.922661 [2pi@1]: 34.421875 [policy]: 3.737540 | saved *

On Thu, Aug 25, 2016 at 1:20 AM, Lequn Chen notifications@github.com wrote:

@yuandong-tian https://github.com/yuandong-tian Hi, I found that torchnet has been released on ICML. I'd like to know if the learning code is going to be published soon please.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/facebookresearch/darkforestGo/issues/11#issuecomment-242313726, or mute the thread https://github.com/notifications/unsubscribe-auth/AC1g8YQ3bCeTsVm12KGXSY9kHVdTZ25hks5qjVAxgaJpZM4JA0oa .


Yuandong Tian Research Scientist, Facebook Artificial Intelligence Research (FAIR) Website: https://research.facebook.com/researchers/1517678171821436/yuandong-tian/

yuandong-tian commented 8 years ago

The training part is now public. Thanks!