Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sethips
/
minigo
Public
forked from
tensorflow/minigo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
minigo
strategies.py
on
master
User selector
All users
All time
Commit history
Commits on Mar 18, 2019
Convert to double quote docstrings per PEP257 (#779)
Show description for 2944da5
sethtroisi
authored
2944da5
View commit details
Copy full SHA for 2944da5
View code at this point
Browse repository at this point
Commits on Feb 5, 2019
coordinate parsing fixes
tommadams
committed
fe224ae
View commit details
Copy full SHA for fe224ae
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
flake8 + autopep8 (#556)
sethtroisi
authored
8257d64
View commit details
Copy full SHA for 8257d64
View code at this point
Browse repository at this point
Commits on Nov 6, 2018
Fixing float slice issue in example buffer. (#546)
Show description for 007ab5f
chsigg
authored
007ab5f
View commit details
Copy full SHA for 007ab5f
View code at this point
Browse repository at this point
Commits on Oct 1, 2018
Merge branch 'master' into more_refactoring10
brilee
committed
8a544f6
View commit details
Copy full SHA for 8a544f6
View code at this point
Browse repository at this point
Commits on Sep 26, 2018
Add tiebreak to pick_move (#464)
sethtroisi
authored
b4b95ba
View commit details
Copy full SHA for b4b95ba
View code at this point
Browse repository at this point
Commits on Sep 23, 2018
Correctly return gtp error for illegal play_move (#445)
Show description for 6a2705c
sethtroisi
authored
6a2705c
View commit details
Copy full SHA for 6a2705c
View code at this point
Browse repository at this point
Commits on Sep 11, 2018
Print to dbg to avoid gtp errors (#430)
sethtroisi
authored
c1d90d4
View commit details
Copy full SHA for c1d90d4
View code at this point
Browse repository at this point
Commits on Sep 8, 2018
Factor out evaluate.py; unify handling of --verbose flags
brilee
committed
589aa1b
View commit details
Copy full SHA for 589aa1b
View code at this point
Browse repository at this point
Commits on Aug 11, 2018
Improvements to several debug print statements (#366)
Show description for d40e96e
sethtroisi
authored
d40e96e
View commit details
Copy full SHA for d40e96e
View code at this point
Browse repository at this point
Merge pull request #364 from sethtroisi/mcts_cutof
sethtroisi
authored
73f60eb
View commit details
Copy full SHA for 73f60eb
View code at this point
Browse repository at this point
Commits on Aug 10, 2018
Flake8 fixes (#320)
Show description for 53a354d
sethtroisi
authored
53a354d
View commit details
Copy full SHA for 53a354d
View code at this point
Browse repository at this point
mcts_player.h
sethtroisi
committed
856cea3
View commit details
Copy full SHA for 856cea3
View code at this point
Browse repository at this point
Commits on Jul 18, 2018
Add tie breaker to fix num_readouts=1
sethtroisi
committed
617333b
View commit details
Copy full SHA for 617333b
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
clean up some dead code (#253)
amj
authored
7a7cdf3
View commit details
Copy full SHA for 7a7cdf3
View code at this point
Browse repository at this point
Commits on May 9, 2018
Replaces pygtp with our own simple GTP engine. (#214)
Show description for 338e191
tommadams
authored
338e191
View commit details
Copy full SHA for 338e191
View code at this point
Browse repository at this point
Commits on Apr 28, 2018
Replace num_parallel with flag
brilee
committed
b91648e
View commit details
Copy full SHA for b91648e
View code at this point
Browse repository at this point
Commits on Apr 27, 2018
Merge v5 changes back into master (#160)
Show description for 0b83f40
amj
authored
0b83f40
View commit details
Copy full SHA for 0b83f40
View code at this point
Browse repository at this point
Merge branch 'master' into hyperparams
brilee
committed
14b4308
View commit details
Copy full SHA for 14b4308
View code at this point
Browse repository at this point
Commits on Apr 26, 2018
autopep8 (#170)
sethtroisi
authored
7ceb514
View commit details
Copy full SHA for 7ceb514
View code at this point
Browse repository at this point
Commits on Apr 22, 2018
Address PR comments
brilee
committed
61267be
View commit details
Copy full SHA for 61267be
View code at this point
Browse repository at this point
Commits on Apr 21, 2018
Replace num_readouts and resign_threshold with flag versions
brilee
committed
68b77df
View commit details
Copy full SHA for 68b77df
View code at this point
Browse repository at this point
Swap out hyperparams in strategies, mcts and set up unit test flag co… (#169)
Show description for 811f323
brilee
authored
811f323
View commit details
Copy full SHA for 811f323
View code at this point
Browse repository at this point
Commits on Apr 3, 2018
Minigui (#148)
Show description for b7a0b4d
tommadams
authored and
amj
committed
b7a0b4d
View commit details
Copy full SHA for b7a0b4d
View code at this point
Browse repository at this point
Commits on Mar 22, 2018
Miscellaneous improvements as I'm going through the codebase (#135)
Show description for 2c9fed8
nealwu
authored and
amj
committed
2c9fed8
View commit details
Copy full SHA for 2c9fed8
View code at this point
Browse repository at this point
Commits on Mar 14, 2018
handle illegal moves better in strategies.py
jacksona
committed
b9bc161
View commit details
Copy full SHA for b9bc161
View code at this point
Browse repository at this point
Commits on Feb 24, 2018
MCTSPLayer was looking for network.name, which was luckily being shoved into the object even though the member had been removed. But really, that field shouldnt exist. So we actually look at the …
Show description for ed4e625
amj
committed
ed4e625
View commit details
Copy full SHA for ed4e625
View code at this point
Browse repository at this point
Commits on Feb 17, 2018
Add param to strategies.MCTSPlayer.to_sgf to optionally include comments in sgf output. Add functionality in main.py to save selfplay games both with and without the comments.
amj
committed
97e7b9b
View commit details
Copy full SHA for 97e7b9b
View code at this point
Browse repository at this point
Commits on Feb 10, 2018
Replace all coords calls with the new functions
nealwu
committed
ad540ad
View commit details
Copy full SHA for ad540ad
View code at this point
Browse repository at this point
Commits on Feb 6, 2018
from mcts import MAX_DEPTH for line 193
cclauss
authored
9af69fc
View commit details
Copy full SHA for 9af69fc
View code at this point
Browse repository at this point
Hotfixes from running-head (#59)
Show description for 3d9b852
amj
authored
3d9b852
View commit details
Copy full SHA for 3d9b852
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
Fix bad result not respecting resign
brilee
committed
9c6e013
View commit details
Copy full SHA for 9c6e013
View code at this point
Browse repository at this point
Terminate at depth (#47)
Show description for ba32b30
amj
authored
ba32b30
View commit details
Copy full SHA for ba32b30
View code at this point
Browse repository at this point
Commits on Jan 31, 2018
Merge branch 'master' into autofmt
artasparks
committed
3f825f4
View commit details
Copy full SHA for 3f825f4
View code at this point
Browse repository at this point
Autofmt all the python with autopep8
artasparks
committed
8166fbb
View commit details
Copy full SHA for 8166fbb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.