tejank10 / AlphaGo.jl

AlphaGo Zero implementation using Flux.jl
https://fluxml.ai/experiments/go
Other
73 stars 14 forks source link

Change the model name #6

Open abunickabhi opened 6 years ago

abunickabhi commented 6 years ago

Hey great work. AlphaGo is a big reinforcement learning algorithm made by DeepMind, how about giving it your own name for the 9x9 playouts that the .jl program does. like many people who tried to replicate deepmind's go paper named it as , minigo , RocAlphaGo.

Anyways it is just a small issue , and not related to the code you have contributed. Good job!

tejank10 commented 6 years ago

Hi Abhijeet!

That's a nice idea. We were planning it to name AlphaZero.jl. Suggestions are welcome though :)

abunickabhi commented 6 years ago

Hmmm , AlphaZero is already a term which deepmind has coined. A name relatable to Julia language would be good , like JuliaGo , or on the lines of that.

The MCTS player in the .jl code is not that strong player , I was able to defeat it with it having 10 search depth