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 }}
gmztest
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
minigo
mcts.py
on
master
User selector
All users
All time
Commit history
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
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 17, 2018
Write TF examples & SGF files at end of C++ selfplay (#162)
Show description for 1fa512d
tommadams
authored
1fa512d
View commit details
Copy full SHA for 1fa512d
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 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
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
Commits on Jan 31, 2018
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
Commits on Jan 29, 2018
License headers and oss readiness (#97)
Show description for 4fc67eb
amj
authored
4fc67eb
View commit details
Copy full SHA for 4fc67eb
View code at this point
Browse repository at this point
Commits on Jan 28, 2018
Remove N, Q, W duplication (#90)
Show description for dc21119
brilee
authored and
amj
committed
dc21119
View commit details
Copy full SHA for dc21119
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
Fix bug where pass didn't have child_N incremented
brilee
committed
469f73a
View commit details
Copy full SHA for 469f73a
View code at this point
Browse repository at this point
Commits on Jan 26, 2018
Add back in pass check hack
brilee
committed
a8af0d8
View commit details
Copy full SHA for a8af0d8
View code at this point
Browse repository at this point
fix elusive MCTS bug...
brilee
committed
50a4378
View commit details
Copy full SHA for 50a4378
View code at this point
Browse repository at this point
Commits on Jan 24, 2018
Make illegal moves even less likely...
brilee
committed
39504bd
View commit details
Copy full SHA for 39504bd
View code at this point
Browse repository at this point
Commits on Jan 23, 2018
Ensure that multiple visits to same node leave things in a consistent state.
brilee
committed
0379814
View commit details
Copy full SHA for 0379814
View code at this point
Browse repository at this point
Some renaming / minor bugfix
brilee
committed
88b9b50
View commit details
Copy full SHA for 88b9b50
View code at this point
Browse repository at this point
Commits on Jan 22, 2018
Comments, tests, replace selfplay_mcts with tree_search
brilee
committed
159275e
View commit details
Copy full SHA for 159275e
View code at this point
Browse repository at this point
Commits on Jan 21, 2018
Actually make virtual losses affect W
brilee
committed
a157ebe
View commit details
Copy full SHA for a157ebe
View code at this point
Browse repository at this point
All tests passing
brilee
committed
ade3c08
View commit details
Copy full SHA for ade3c08
View code at this point
Browse repository at this point
Commits on Jan 17, 2018
Maybe implemented virtual losses
brilee
committed
e86e39d
View commit details
Copy full SHA for e86e39d
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
Pull out the coordinates helpers into their own file and add docs.
Show description for 9459d86
artasparks
committed
9459d86
View commit details
Copy full SHA for 9459d86
View code at this point
Browse repository at this point
Some docs improvements.
artasparks
committed
07e787a
View commit details
Copy full SHA for 07e787a
View code at this point
Browse repository at this point
Commits on Jan 9, 2018
add moar numbers to node description (#61)
Show description for e64706a
amj
authored
e64706a
View commit details
Copy full SHA for e64706a
View code at this point
Browse repository at this point
Gtp extensions for GoGui et al (#40)
Show description for 31d5aff
amj
authored
31d5aff
View commit details
Copy full SHA for 31d5aff
View code at this point
Browse repository at this point
Commits on Jan 2, 2018
revert noise mixing
jacksona
committed
0e5e18d
View commit details
Copy full SHA for 0e5e18d
View code at this point
Browse repository at this point
Commits on Dec 31, 2017
update c_puct, resign threshold
jacksona
committed
2fe8724
View commit details
Copy full SHA for 2fe8724
View code at this point
Browse repository at this point
Commits on Dec 29, 2017
add save-to-sgf feature when the GTP engine gets a clear command. (#32)
Show description for ce5e384
amj
authored
ce5e384
View commit details
Copy full SHA for ce5e384
View code at this point
Browse repository at this point
Commits on Dec 27, 2017
Merge in kgs-chat support (#18)
Show description for 0250ca8
amj
authored
0250ca8
View commit details
Copy full SHA for 0250ca8
View code at this point
Browse repository at this point
Commits on Dec 19, 2017
Print the most visited path in describe() (#17)
Show description for ab9b0e7
amj
authored
ab9b0e7
View commit details
Copy full SHA for ab9b0e7
View code at this point
Browse repository at this point
Pull hotfixes from the deployed code back to master
Show description for 711f261
amj
authored
711f261
View commit details
Copy full SHA for 711f261
View code at this point
Browse repository at this point
Add parent Q initialization
brilee
committed
8092a60
View commit details
Copy full SHA for 8092a60
View code at this point
Browse repository at this point
Commits on Dec 16, 2017
Add more descriptive logging to each node in SGF
brilee
committed
87c4f26
View commit details
Copy full SHA for 87c4f26
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.