open_spiel
open_spiel copied to clipboard
[Puzzle] N-Queens
Hello,
I am investigating how effective is RL in the context of combinatorial problems. To this end, I would like to implement the N-Queens puzzle, where n queens has to be placed in a n x n chessboard so that no two queens threaten each other. I am wondering if you could suggest me some game to start from.
Thank you in advance!