-
I've been thinking for a while about doing an overhaul of AlphaZero.jl and this summer may be the right time to execute on it via the GSOC program. I would really appreciate it if anyone can share fee…
-
Is it possible to create a great player using AlphaZero.jl for non-trivial games like chess, go, shogi?
Or it's only good for simple games like connect4 and mancala?
-
1. Remove hard-coded trivial actions, validate that network learns them.
2. Experiment with co-learned H. If you see problematic circling again, do:
3. Separate H-training
4. Implement CFR (I sent …
-
### Is your feature request related to a problem? Please describe
Currently, one obtains a successor state by calling [`Environment.step(state, action)`](https://github.com/instadeepai/jumanji/blob…
-
What maximum number of iterations have you done with AlphaZero.jl ?
Please share your experience
-
我在导入自己用pytorch训练的6_6_4模型时遇到了如下报错,请问大佬该怎么解决呀,我感觉自己改一些地方改错了
root@autodl-container-464d11b752-0064c9d8:~/autodl-fs/gomoku/AlphaZero_Gomoku# python human_play.py
Traceback (most recent call last):
Fi…
-
5.3. AlphaGo Zero vs. AlphaZero
We hypothesize that AZ training vastly outperforms AGZ
training (given equivalent hardware) due to the former’s
asynchrony and consequent improved throughput. We tra…
-
AGZ uses virtual loss to make the tree search threads explore different paths. What is the strategy used in AlphaZero.jl?
lcwd2 updated
2 years ago
-
Hi,
Attempting to use this as instructed (subclassing GameState) seems to work at first, but during the self-play step the console is filled with the same errors:
```
Exception ignored in: 'alp…
-
Can anyone share his (or her) success story related to AlphaZero.jl ?
I trained Connect4 bot, and it won all games against Connect4 mobile apps that I found on Google Play.