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 }}
AlexMXB
/
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
tests
on
master
User selector
All users
All time
Commit history
Commits on Aug 31, 2018
test_strategies.py cleanups (#389)
sethtroisi
authored and
amj
committed
d5c0159
View commit details
Copy full SHA for d5c0159
View code at this point
Browse repository at this point
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
Undefined name: import unittest in test_sgf_wrapper.py (#390)
Show description for a77ac5a
cclauss
authored and
amj
committed
a77ac5a
View commit details
Copy full SHA for a77ac5a
View code at this point
Browse repository at this point
Commits on Aug 15, 2018
Change all unittest.assert() to be assert(expected, actual) (#385)
Show description for 85f7177
sethtroisi
authored
85f7177
View commit details
Copy full SHA for 85f7177
View code at this point
Browse repository at this point
Commits on Aug 14, 2018
pylint over test files (#380)
sethtroisi
authored
4e42e9d
View commit details
Copy full SHA for 4e42e9d
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 Jul 17, 2018
TPU random_rotation (#322)
Show description for a26427f
sethtroisi
authored
a26427f
View commit details
Copy full SHA for a26427f
View code at this point
Browse repository at this point
refactor preprocessing preparing for TPU rotation (#321)
sethtroisi
authored
9b97648
View commit details
Copy full SHA for 9b97648
View code at this point
Browse repository at this point
Commits on Jul 15, 2018
Typo in Variable name: pi1 --> pi (#318)
Show description for 2d2797e
cclauss
authored and
sethtroisi
committed
2d2797e
View commit details
Copy full SHA for 2d2797e
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 19, 2018
generate non-zero values in tests (#279)
sethtroisi
authored
bb61607
View commit details
Copy full SHA for bb61607
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
update dual_net for use with tpus (#269)
Show description for 139efbb
amj
authored
139efbb
View commit details
Copy full SHA for 139efbb
View code at this point
Browse repository at this point
Commits on May 14, 2018
Replace dual_net hyperparams with flags (#224)
Show description for 718f4ab
brilee
authored and
amj
committed
718f4ab
View commit details
Copy full SHA for 718f4ab
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 30, 2018
add comment to test_strategies
brilee
committed
19e6a78
View commit details
Copy full SHA for 19e6a78
View code at this point
Browse repository at this point
Commits on Apr 28, 2018
Merge branch 'master' into hyperparams
brilee
committed
3f4b949
View commit details
Copy full SHA for 3f4b949
View code at this point
Browse repository at this point
remove dead gather code (#186)
Show description for 4bb71df
amj
authored
4bb71df
View commit details
Copy full SHA for 4bb71df
View code at this point
Browse repository at this point
Fix pylint errors
brilee
committed
6aad50e
View commit details
Copy full SHA for 6aad50e
View code at this point
Browse repository at this point
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 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 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 20, 2018
Rotate dataset with py_func (#166)
Show description for 51c7eda
sethtroisi
authored and
amj
committed
51c7eda
View commit details
Copy full SHA for 51c7eda
View code at this point
Browse repository at this point
Commits on Apr 12, 2018
Add a __init__.py in tests/ so I can run the tests locally. (#158)
artasparks
authored and
amj
committed
aab8a36
View commit details
Copy full SHA for aab8a36
View code at this point
Browse repository at this point
Commits on Feb 25, 2018
Unit tests passing
brilee
committed
f0b2527
View commit details
Copy full SHA for f0b2527
View code at this point
Browse repository at this point
Commits on Feb 24, 2018
Working tf.estimator rewrite; no validation or update ratios yet
brilee
committed
9278fa9
View commit details
Copy full SHA for 9278fa9
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
Manually fix tests that import via 'from coords import ...'
nealwu
committed
e46fc3a
View commit details
Copy full SHA for e46fc3a
View code at this point
Browse repository at this point
Commits on Feb 4, 2018
add clause to test
brilee
committed
bef7e74
View commit details
Copy full SHA for bef7e74
View code at this point
Browse repository at this point
Add test for extract_data
brilee
committed
14b6da5
View commit details
Copy full SHA for 14b6da5
View code at this point
Browse repository at this point
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
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
Filter dataset before training to 5% of the window. (#93)
Show description for 84e9a21
amj
authored
84e9a21
View commit details
Copy full SHA for 84e9a21
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.