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 }}
nhu2000
/
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Feb 26, 2018
Merge pull request #113 from brilee/estimator_rewrite
Show description for 7790c0d
brilee
authored
7790c0d
View commit details
Copy full SHA for 7790c0d
Browse repository at this point
Merge pull request #112 from Kashomon/cont
Show description for c62c91f
artasparks
authored
c62c91f
View commit details
Copy full SHA for c62c91f
Browse repository at this point
comments (#115)
amj
authored
e678d11
View commit details
Copy full SHA for e678d11
Browse repository at this point
Renames, comments
brilee
committed
ce4a9e4
View commit details
Copy full SHA for ce4a9e4
Browse repository at this point
Commits on Feb 25, 2018
Merge pull request #111 from amj/fix-evaluate
Show description for 57354e1
amj
authored
57354e1
View commit details
Copy full SHA for 57354e1
Browse repository at this point
Merge branch 'fix-evaluate' of github.com:amj/minigo into fix-evaluate
amj
committed
6292d7d
View commit details
Copy full SHA for 6292d7d
Browse repository at this point
add num_parallel param for evaluation worker. move print behind verbosity check
amj
committed
5b8421b
View commit details
Copy full SHA for 5b8421b
Browse repository at this point
Update rl_loop
brilee
committed
ad0c7a1
View commit details
Copy full SHA for ad0c7a1
Browse repository at this point
Revert examples per generation edit
brilee
committed
dff3b02
View commit details
Copy full SHA for dff3b02
Browse repository at this point
Get update ratio session run hooks working
brilee
committed
5e5d3ad
View commit details
Copy full SHA for 5e5d3ad
Browse repository at this point
Unit tests passing
brilee
committed
f0b2527
View commit details
Copy full SHA for f0b2527
Browse repository at this point
Get validation working
brilee
committed
d6e03f7
View commit details
Copy full SHA for d6e03f7
Browse repository at this point
Commits on Feb 24, 2018
Refactor cluster directory.
Show description for c7ea6e0
artasparks
committed
c7ea6e0
View commit details
Copy full SHA for c7ea6e0
Browse repository at this point
Rename working_dir
brilee
committed
ddca19e
View commit details
Copy full SHA for ddca19e
Browse repository at this point
Add an accuracy op
brilee
committed
bf59e44
View commit details
Copy full SHA for bf59e44
Browse repository at this point
Working tf.estimator rewrite; no validation or update ratios yet
brilee
committed
9278fa9
View commit details
Copy full SHA for 9278fa9
Browse repository at this point
update pylint rule to ignore too-many-arguments warning
jacksona
committed
4523b93
View commit details
Copy full SHA for 4523b93
Browse repository at this point
run linter on evaluation.py
jacksona
committed
086511d
View commit details
Copy full SHA for 086511d
Browse repository at this point
rewrite evaluation to use new code
amj
committed
5d30011
View commit details
Copy full SHA for 5d30011
Browse repository at this point
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
Browse repository at this point
update evaluate command in main.
amj
committed
f235868
View commit details
Copy full SHA for f235868
Browse repository at this point
Add validation of saved SGFs to local_rl_loop.py
amj
committed
4b56446
View commit details
Copy full SHA for 4b56446
Browse repository at this point
Commits on Feb 23, 2018
Merge pull request #110 from brilee/add_entropy_logging
Show description for c391057
amj
authored
c391057
View commit details
Copy full SHA for c391057
Browse repository at this point
Merge pull request #109 from amj/remove-affinity
Show description for 3fdff48
amj
authored
3fdff48
View commit details
Copy full SHA for 3fdff48
Browse repository at this point
Log policy entropy
brilee
committed
b72fb15
View commit details
Copy full SHA for b72fb15
Browse repository at this point
Commits on Feb 22, 2018
Merge pull request #108 from amj/res-thresh-hotfix
Show description for bd9e3f4
amj
authored
bd9e3f4
View commit details
Copy full SHA for bd9e3f4
Browse repository at this point
revert change to max games
jacksona
committed
ac12a0c
View commit details
Copy full SHA for ac12a0c
Browse repository at this point
resign threshold param not making it through rl_loop.py => main.py
jacksona
committed
3d8cecb
View commit details
Copy full SHA for 3d8cecb
Browse repository at this point
Merge branch 'master' into remove-affinity
jacksona
committed
a5c4a24
View commit details
Copy full SHA for a5c4a24
Browse repository at this point
remove anti-affinity code now that GPUs are in beta
jacksona
committed
97407fc
View commit details
Copy full SHA for 97407fc
Browse repository at this point
Commits on Feb 21, 2018
Merge pull request #107 from amj/fix-utils-sh
Show description for 92ddd1d
amj
authored
92ddd1d
View commit details
Copy full SHA for 92ddd1d
Browse repository at this point
Merge branch 'master' into fix-utils-sh
amj
authored
d09df3f
View commit details
Copy full SHA for d09df3f
Browse repository at this point
fix a few invocations in utils.sh. fix comment in Makefile.
jacksona
committed
f573bcc
View commit details
Copy full SHA for f573bcc
Browse repository at this point
Merge pull request #104 from amj/pro-validate-instructions
Show description for 65b4ec9
amj
authored
65b4ec9
View commit details
Copy full SHA for 65b4ec9
Browse repository at this point
commment
jacksona
committed
242ea2f
View commit details
Copy full SHA for 242ea2f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.