AlphaZero_Connect4 icon indicating copy to clipboard operation
AlphaZero_Connect4 copied to clipboard

PyTorch implementation of AlphaZero Connect from scratch (with results)

Results 3 AlphaZero_Connect4 issues
Sort by recently updated
recently updated
newest added

The bound function drop_piece below is basically dropping a piece at the (5, column) coordinate of the board, if (0, column) hasn't been occupied. What's the point of doing that?...

Hello, I have a trouble during the first run: `python3 main_pipeline.py` I get : `"alpha_net_c4.py", line 14, in __init__ self.X = dataset[:,0] IndexError: too many indices for array ` Someone...

Hey, since MuZero is very similar but more general, could you PLEASE do a similar article and repo for that? many applications will do better with a more simple version...