Stéphane Martin

Results 20 comments of Stéphane Martin

Thank you for your reply. My game has a huge branching factor. 😨 Filtering the legal actions mask using a decent heuristic is definitely on my list. Re: compute investment...

> I started again to work on alphazero: new implementation more inline with Alphagpu but not wholly on gpu( i dropped struct nodes etc for a SOA imple), adding NNcache...

> I started again to work on alphazero: new implementation more inline with Alphagpu but not wholly on gpu( i dropped struct nodes etc for a SOA imple), adding NNcache...

Does AlphaZero.jl take advantage of multiple GPUs on a single machine, or is a cluster of single-GPU machines the only way to parallelize GPU computing? If both ways are possible:...

It would be super helpful for the exploration of the framework and its possibilities to have some list of rules and constraints linking the parameters, the output indicators and the...

I understand the complexity of the question of a self-adapting framework, and the value of any solution which would get us closer to this goal. From my amateur point of...

I made a little strategy game called Rektang. The solo mode is powered by several instances of an AlphaZero.jl bot which I trained up to 50 iterations. I think it...

Excited too to anticipate new progress for AlphaZero.jl! I definitively "vote" for the following (taken from the [redesign note](https://github.com/jonathan-laurent/AlphaZero.jl/tree/master/redesign)), which could certainly help with adoption: > Batteries included > -...

There is a way, though not very elegant: https://github.com/jonathan-laurent/AlphaZero.jl/issues/118#issuecomment-1419202564