Skip to content

Commit

Permalink
Increase docs counts for stochastic and game length strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballs committed Mar 22, 2017
1 parent 5564245 commit 335fffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/advanced/classification_of_strategies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ strategies::
... }
>>> strategies = axl.filtered_strategies(filterset)
>>> len(strategies)
66
67

Or, to find out how many strategies only use 1 turn worth of memory to
make a decision::
Expand Down Expand Up @@ -80,7 +80,7 @@ length of each match of the tournament::
... }
>>> strategies = axl.filtered_strategies(filterset)
>>> len(strategies)
25
26

Note that in the filterset dictionary, the value for the 'makes_use_of' key
must be a list. Here is how we might identify the number of strategies that use
Expand Down

0 comments on commit 335fffe

Please sign in to comment.