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
The current implementation of Expectiminimax algorithm is limited to the stochastic games where rolling a pair of dice is the probabilistic event. It needs to be made generic for all stochastic games so that it can handle the any type of probabilistic event as defined by the game.