You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this agent can play using the minimax, negamax, monte carlo tree search or random action selection.
Im looking into implementing reinforcement learning just like in alphazero or using basic deep learning.
8 Queens Problem using Genetic Algorithm and Backtracking