ReinforcementLearning.jl icon indicating copy to clipboard operation
ReinforcementLearning.jl copied to clipboard

Fix for TicTacToeEnv allows illegal moves #1001

Open SanteriVtj opened this issue 4 months ago • 2 comments

TicTacToeEnv allows one state to be played multiple times by the same agent. This condition should prevent this behavior and throw an error in case the state is played multiple times.

SanteriVtj avatar Jun 07 '25 08:06 SanteriVtj