We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9768b47 commit a827270Copy full SHA for a827270
axelrod/interaction_utils.py
@@ -175,10 +175,7 @@ def compute_state_to_action_distribution(interactions):
175
176
def compute_normalised_state_to_action_distribution(interactions):
177
"""
178
- Returns the normalised count of each state to action
179
- for a set of interactions.
180
-
181
- Returns a list (for each player) of normlised counts of each state to action
+ Returns a list (for each player) of normalised counts of each state to action
182
pair for a set of interactions. A state to action pair is of the form:
183
184
((C, D), C)
0 commit comments