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
returns a list of probability of each player being good, where the list is ordered by player id. if player side is known, probability is 0 or 1. otherwise, probability is 0.5
generates a list of all possible combinations of player sides given a list of known sides and unknown sides recursively as well number of unknown evils
"content": "Please summarize the history. Try to keep all useful information, including your identity, other player's identities, and your observations in the game.",
@@ -104,10 +102,10 @@ async def summarize(self):
104
102
})
105
103
print("History after summarization: ", self.session.get_history())
0 commit comments