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
Interactions
*T *S
*Play(Agent a1, Agent a2){ if a1.set == a2.set p1 = a1.play(true) p2 = a2.play(true)
n_value1 = game(p1,p2) n_value2 = game(p2,p1)
a1.update_fitness(n_value1) a2.update_fitness(n_value2) }
*Game(p1,p2)
The text was updated successfully, but these errors were encountered:
LESSSE
No branches or pull requests
Interactions
*T
*S
*Play(Agent a1, Agent a2){
if a1.set == a2.set
p1 = a1.play(true)
p2 = a2.play(true)
n_value1 = game(p1,p2)
n_value2 = game(p2,p1)
a1.update_fitness(n_value1)
a2.update_fitness(n_value2)
}
*Game(p1,p2)
The text was updated successfully, but these errors were encountered: