Skip to content

Training alpha_zero_torch on Backgammon and other games #1089

Answered by lanctot
Gedol asked this question in Q&A
Discussion options

You must be logged in to vote

Ah yes, this makes sense, I think, because the backgammon observation tensor is just a 1D vector, but I suspect the resnet model is expecting a 2D observation since it uses conv nets (explaining requiring 3 nonzero values in the observation shape).

If you want to use a resnet, you will likely need to modify the observation tensor to be 2D.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lanctot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants