File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ Here is quick overview of the current capabilities of the library:
17
17
strategies, including finite state machines, strategies that hunt for
18
18
patterns in other strategies, and strategies that combine the effects of
19
19
many others
20
- * Strategy transformers that augment that abilities of any strategy
20
+ * Strategy transformers that augment the abilities of any strategy
21
21
22
22
* Head-to-Head matches
23
23
24
24
* Round Robin tournaments with a variety of options, including:
25
25
26
26
* noisy environments
27
- * spatial games
27
+ * spatial tournaments
28
28
* probabilistically chosen match lengths
29
29
30
30
* Population dynamics
@@ -39,7 +39,7 @@ Every strategy is categorized on a number of dimensions, including:
39
39
40
40
* Deterministic or Stochastic
41
41
* How many rounds of history used
42
- * Whether the strategy has access to the game matrix, the length of the
42
+ * Whether the strategy makes used of the game matrix, the length of the
43
43
match, etc.
44
44
45
45
Furthermore the library is extensively tested with 99%+ coverage, ensuring
You can’t perform that action at this time.
0 commit comments