-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
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
Docs and such #687
Docs and such #687
Conversation
Looks awesome to me: I like the addition to the landing page! Have opened marcharper#5 with a fix for the rst syntax. |
strategies, including finite state machines, strategies that hunt for | ||
patterns in other strategies, and strategies that combine the effects of | ||
many others | ||
* Strategy transformers that augment that abilities of any strategy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that augment the
My PR didn't pick up my inline comments on the outdated diffs. :) |
I got them. |
|
||
* Deterministic or Stochastic | ||
* How many rounds of history used | ||
* Whether the strategy makes used of the game matrix, the length of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes use
👍 |
Some simple updates to the documentation and more style updates.
Let me know what you think!