We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey! I am trying to compute a Nash equilibrium for a game with perfect recall: yielding the following MACID structure:
But when I compute the Nash equilibrium, I get an error saying that the probabilities do not add up,
which I found weird because I am able to compute the expected utility:
I suspect that calculation of NE has not been implemented for agents with multiple decisions, but maybe I am doing something wrong here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey! I am trying to compute a Nash equilibrium for a game with perfect recall:
yielding the following MACID structure:
But when I compute the Nash equilibrium, I get an error saying that the probabilities do not add up,
which I found weird because I am able to compute the expected utility:
I suspect that calculation of NE has not been implemented for agents with multiple decisions, but maybe I am doing something wrong here?
The text was updated successfully, but these errors were encountered: