Skip to content
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

Track CC, CD, DC, DD in Player class #752

Merged
merged 6 commits into from
Nov 2, 2016

Commits on Oct 23, 2016

  1. Keep track of player's move-response pairs

    Initialize Player class with an empty dictionary of paired moves.
    Update the dictionary when calling play method.
    margaret committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    5270206 View commit details
    Browse the repository at this point in the history
  2. Add tests for the new property

    margaret committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    ddc0c71 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Rename play_counts to state_distribution

    margaret committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    4e5afb4 View commit details
    Browse the repository at this point in the history
  2. Add get_state_distribution_from_history

    margaret committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    4ae1ee6 View commit details
    Browse the repository at this point in the history
  3. Add test for updating state distirbution

    margaret committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    4b6931a View commit details
    Browse the repository at this point in the history
  4. Review all commits

    Correct variable names and docstrings.
    margaret committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    1b3b134 View commit details
    Browse the repository at this point in the history