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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sysuwyc
/
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
mcts.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 13, 2019
Update kPuct, replace with progressive widening formula from AZ paper. Fixes #706 (#708)
Show description for 5c7a79f
amj
authored
5c7a79f
View commit details
Copy full SHA for 5c7a79f
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 Feb 4, 2019
Initial version of the Minigui study mode
tommadams
committed
2c262af
View commit details
Copy full SHA for 2c262af
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 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 20, 2018
Tie break most visited path with action score (#448)
sethtroisi
authored
208728a
View commit details
Copy full SHA for 208728a
View code at this point
Browse repository at this point
Commits on Aug 31, 2018
Fix UCB for both python and C++ (#392)
Show description for 4faaf72
amj
authored
4faaf72
View commit details
Copy full SHA for 4faaf72
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
Quality of Life improvements for tests (#388)
sethtroisi
authored
77a6889
View commit details
Copy full SHA for 77a6889
View code at this point
Browse repository at this point
Commits on Aug 14, 2018
Simplify most visited path code (#365)
Show description for ba2f64f
sethtroisi
authored
ba2f64f
View commit details
Copy full SHA for ba2f64f
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
Commits on Aug 3, 2018
Update constants (#360)
Show description for 1cef641
amj
authored
1cef641
View commit details
Copy full SHA for 1cef641
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
Only add D-noise to legal moves (#295)
Show description for ec4982a
sethtroisi
authored
ec4982a
View commit details
Copy full SHA for ec4982a
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Zero out illegal moves (#299)
Show description for 159327e
sethtroisi
authored
159327e
View commit details
Copy full SHA for 159327e
View code at this point
Browse repository at this point
Commits on Jun 26, 2018
Adjust c_puct to 0.96 (#285)
sethtroisi
authored and
amj
committed
ff6d6fa
View commit details
Copy full SHA for ff6d6fa
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
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
Previous
Next
You can’t perform that action at this time.