Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sachag678/python_projects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sachag678/python_projects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: playing-self
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on Dec 24, 2017

  1. Converted the board into -1,0,1 for moves for the network, and added …

    …drop out and trained for 100000 games. Still not good results. Next steps include using experience replay to remove correlations between each set of updates
    sachag678 committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    c1b6dd3 View commit details
    Browse the repository at this point in the history
  2. Added experience replay

    sachag678 committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    cb086fa View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2017

  1. Configuration menu
    Copy the full SHA
    8fec44c View commit details
    Browse the repository at this point in the history
  2. Updates

    sachag678 committed Dec 25, 2017
    Configuration menu
    Copy the full SHA
    00d6770 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    c34aa1b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    4cadfe7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. test with Iris

    sachag678 committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    9f23a87 View commit details
    Browse the repository at this point in the history
  2. Multiprocess

    sachag678 committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    31f50bf View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Updated gitignore

    sachag678 committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    1d45cc2 View commit details
    Browse the repository at this point in the history
Loading