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 }}
artasparks
/
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
dual_net.py
on
minigui
User selector
All users
All time
Commit history
Commits on Apr 30, 2018
train with an incremental number of steps instead of max_steps (#190)
Show description for c88411f
amj
authored
c88411f
View commit details
Copy full SHA for c88411f
View code at this point
Browse repository at this point
Commits on Apr 28, 2018
More linting
brilee
committed
5a475f3
View commit details
Copy full SHA for 5a475f3
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
change back to cross_entropy_v2 (#180)
amj
authored
505fe7d
View commit details
Copy full SHA for 505fe7d
View code at this point
Browse repository at this point
Symmetry analysis (#139)
Show description for d17ab8d
nealwu
authored and
amj
committed
d17ab8d
View commit details
Copy full SHA for d17ab8d
View code at this point
Browse repository at this point
Commits on Apr 26, 2018
Merge pull request #149 from nealwu/softmax_v2
Show description for 92d1977
brilee
authored
92d1977
View commit details
Copy full SHA for 92d1977
View code at this point
Browse repository at this point
Commits on Apr 7, 2018
add a hook for echoing training performance to stdout (#153)
amj
authored
981bd6f
View commit details
Copy full SHA for 981bd6f
View code at this point
Browse repository at this point
Commits on Apr 3, 2018
Update tf.nn.softmax_cross_entropy_with_logits to v2
nealwu
committed
da67a80
View commit details
Copy full SHA for da67a80
View code at this point
Browse repository at this point
Commits on Mar 22, 2018
Choose two players to play a match (#134)
Show description for c7f899d
artasparks
authored and
amj
committed
c7f899d
View commit details
Copy full SHA for c7f899d
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
Renames, comments
brilee
committed
ce4a9e4
View commit details
Copy full SHA for ce4a9e4
View code at this point
Browse repository at this point
Commits on Feb 25, 2018
Revert examples per generation edit
brilee
committed
dff3b02
View commit details
Copy full SHA for dff3b02
View code at this point
Browse repository at this point
Get update ratio session run hooks working
brilee
committed
5e5d3ad
View commit details
Copy full SHA for 5e5d3ad
View code at this point
Browse repository at this point
Unit tests passing
brilee
committed
f0b2527
View commit details
Copy full SHA for f0b2527
View code at this point
Browse repository at this point
Get validation working
brilee
committed
d6e03f7
View commit details
Copy full SHA for d6e03f7
View code at this point
Browse repository at this point
Commits on Feb 24, 2018
Rename working_dir
brilee
committed
ddca19e
View commit details
Copy full SHA for ddca19e
View code at this point
Browse repository at this point
Add an accuracy op
brilee
committed
bf59e44
View commit details
Copy full SHA for bf59e44
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
Log policy entropy
brilee
committed
b72fb15
View commit details
Copy full SHA for b72fb15
View code at this point
Browse repository at this point
Commits on Feb 15, 2018
add validate call to rl_runner. Change default steps and make sure to flush the summary afterwards.
jacksona
committed
ba4a40f
View commit details
Copy full SHA for ba4a40f
View code at this point
Browse repository at this point
Merge pull request #80 from amj/run-eval
Show description for f49fcd4
amj
authored
f49fcd4
View commit details
Copy full SHA for f49fcd4
View code at this point
Browse repository at this point
Commits on Feb 14, 2018
move SHUFFLE_BUFFER_SIZE back to preprocessing.py
jacksona
committed
f8452cf
View commit details
Copy full SHA for f8452cf
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
Set gpu_options.allow_growth = True
Show description for 5501b15
killerducky
committed
5501b15
View commit details
Copy full SHA for 5501b15
View code at this point
Browse repository at this point
update rl_loop call of main.validate to pass in list of records. Adds get_models()/get_model(n) functionality and refactors accodingly. Specifies the holdout pct and calculates how many holdout g…
Show description for 45f4f81
jacksona
committed
45f4f81
View commit details
Copy full SHA for 45f4f81
View code at this point
Browse repository at this point
Commits on Feb 12, 2018
more comments, revert filter amount
jacksona
committed
aa9558c
View commit details
Copy full SHA for aa9558c
View code at this point
Browse repository at this point
more comments
jacksona
committed
25cd02e
View commit details
Copy full SHA for 25cd02e
View code at this point
Browse repository at this point
make train/test subdirectories instead of sibling directories. Fix comment. Compute global_step only once.
jacksona
committed
0c4b086
View commit details
Copy full SHA for 0c4b086
View code at this point
Browse repository at this point
Clean up PR for review.
Show description for 96c38be
jacksona
committed
96c38be
View commit details
Copy full SHA for 96c38be
View code at this point
Browse repository at this point
Commits on Feb 10, 2018
add `validate` to DualNetworkTrainer. Add command to main.py
jacksona
committed
6653f44
View commit details
Copy full SHA for 6653f44
View code at this point
Browse repository at this point
Commits on Feb 6, 2018
Merge branch 'master' into log_gradient_norms
brilee
committed
8409ed9
View commit details
Copy full SHA for 8409ed9
View code at this point
Browse repository at this point
PR comments
brilee
committed
7061a39
View commit details
Copy full SHA for 7061a39
View code at this point
Browse repository at this point
Implement gradient norm logging
brilee
committed
76af726
View commit details
Copy full SHA for 76af726
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
Add names to the output tensors for graph exports. (#56)
amj
authored
3348e63
View commit details
Copy full SHA for 3348e63
View code at this point
Browse repository at this point
Commits on Feb 1, 2018
Set gpu_options.allow_growth = True
Show description for 6477f85
killerducky
committed
6477f85
View commit details
Copy full SHA for 6477f85
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
Previous
Next
You can’t perform that action at this time.