-
# 概要
第三者suragnairの作成したAlphaZeroのコードを動かす
# 背景
https://github.com/acesulfamK/AlphaSymbol/issues/1
# タスク
環境構築方法の候補: 一番下のUbuntu20.04を採用
- [x] set up environment with [setup_env.sh](https://g…
-
# 概要
AlphaZero を実装するモデルを決定する
# 背景
AlphaSymbolの実装にはAlphaDevを実装したいところだが、AlphaDevの動くコードが見つからないので、AlphaZeroを実装することにする。
# タスク
- [x] 実装元のコードを決定
- 候補 https://docs.google.com/document/d/1Scq…
-
### What happened + What you expected to happen
I was trying to run AlphaZero algorithm with StateLess CartPole environment but getting the following issue
```
2023-09-28 10:56:03,591 WARNING d…
AvisP updated
1 month ago
-
### What happened + What you expected to happen
I tried to build a model with alpha zero algorithm on the StatelessCartpole environment but getting an error.
The error message received states
…
AvisP updated
1 month ago
-
There doesn't appear to be any way to return the board for the AlphaZero implementation as an array unless you call the step function. The observation function requires a board call, which I cannot ex…
-
I would like to use KotlinDL to create a AlphaZero like dual head network for my game.
Unfortunately I haven't found any hint on how to accomplish that.
Is this already possible or would it be…
-
-
Hi,
I'm currently trying to get AlphaZero running in full parallelization, but I'm having issues at all levels of parallelization. I'm new to parallelization, so I might also have misunderstood som…
-
I played a little bit with the dev branch of redesign by GSOC author. It is a bit slower than AlphaGPU I think (pure performance wise) but with a few adjustement to Gumbel it works impressively well: …
-
Does alphazero support reuse-tree?