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 }}
swamyym
/
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
rl_loop.py
on
master
User selector
All users
All time
Commit history
Commits on Feb 15, 2018
fix comment
jacksona
committed
cef2dfd
View commit details
Copy full SHA for cef2dfd
View code at this point
Browse repository at this point
update validation set to be more similar to the train window -- use up to model N-2 holdout data, look back 50 generations
jacksona
committed
708fa1a
View commit details
Copy full SHA for 708fa1a
View code at this point
Browse repository at this point
refactor main.validate to accept a list of directories
jacksona
committed
cc80b06
View commit details
Copy full SHA for cc80b06
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
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
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 9, 2018
formatting
jacksona
committed
b7ba9cc
View commit details
Copy full SHA for b7ba9cc
View code at this point
Browse repository at this point
merge
jacksona
committed
2adc758
View commit details
Copy full SHA for 2adc758
View code at this point
Browse repository at this point
rip out pausable-trainer changes
jacksona
committed
a9aabfa
View commit details
Copy full SHA for a9aabfa
View code at this point
Browse repository at this point
Commits on Feb 8, 2018
merge in updates to base branch
amj
committed
ecd0a96
View commit details
Copy full SHA for ecd0a96
View code at this point
Browse repository at this point
bad var
amj
committed
456e702
View commit details
Copy full SHA for 456e702
View code at this point
Browse repository at this point
comments
amj
committed
3f1f43d
View commit details
Copy full SHA for 3f1f43d
View code at this point
Browse repository at this point
forgotten import
jacksona
committed
3c03230
View commit details
Copy full SHA for 3c03230
View code at this point
Browse repository at this point
make rl_loop.selfplay check for the number of games by a generation before playing
jacksona
committed
d2e5c0e
View commit details
Copy full SHA for d2e5c0e
View code at this point
Browse repository at this point
add function to check number of games finished since last training was complete. Check that number before beginning the next training job
jacksona
committed
39f6d93
View commit details
Copy full SHA for 39f6d93
View code at this point
Browse repository at this point
Commits on Feb 7, 2018
fix main.py to correctly list games (we no longer have [worker] in /data/selfplay/[model]/[worker]/[timestamp].zz); fix rl_loop to call selfplay with a per-model dir to group sgfs by model
jacksona
committed
3957ee0
View commit details
Copy full SHA for 3957ee0
View code at this point
Browse repository at this point
Commits on Feb 6, 2018
Merge remote-tracking branch 'upstream/master' into upgrade
artasparks
committed
fc83f93
View commit details
Copy full SHA for fc83f93
View code at this point
Browse repository at this point
fix bad merge
jacksona
committed
831a4de
View commit details
Copy full SHA for 831a4de
View code at this point
Browse repository at this point
Remove broken command
artasparks
committed
5e811d7
View commit details
Copy full SHA for 5e811d7
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
Commits on Feb 5, 2018
update selfplay to write 5% of games to a holdout directory (#57)
Show description for f941f5a
amj
authored
f941f5a
View commit details
Copy full SHA for f941f5a
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
Deglobalize go.py
brilee
committed
6e78b11
View commit details
Copy full SHA for 6e78b11
View code at this point
Browse repository at this point
Commits on Jan 27, 2018
Merge branch 'virtual_losses'
brilee
committed
c58d22c
View commit details
Copy full SHA for c58d22c
View code at this point
Browse repository at this point
Commits on Jan 17, 2018
simplify loop in train, fix a little bit of over-cleverness in get_latest_model
jacksona
committed
782d4df
View commit details
Copy full SHA for 782d4df
View code at this point
Browse repository at this point
Set basic framework for virtual losses
brilee
committed
6d54b0b
View commit details
Copy full SHA for 6d54b0b
View code at this point
Browse repository at this point
Merge hotfixes to tfrecord rewrite back into master. (#73)
Show description for ed452d1
amj
authored
ed452d1
View commit details
Copy full SHA for ed452d1
View code at this point
Browse repository at this point
add timers and logging to gather (#72)
brilee
authored and
amj
committed
155b595
View commit details
Copy full SHA for 155b595
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
Tf record rewrite (#27)
Show description for b32a472
brilee
authored and
amj
committed
b32a472
View commit details
Copy full SHA for b32a472
View code at this point
Browse repository at this point
Commits on Jan 1, 2018
open parens
jacksona
committed
4d0ed06
View commit details
Copy full SHA for 4d0ed06
View code at this point
Browse repository at this point
Commits on Dec 31, 2017
sleep less, do more!
jacksona
committed
056411c
View commit details
Copy full SHA for 056411c
View code at this point
Browse repository at this point
Commits on Dec 18, 2017
fix sleep when waiting for training chunks to finish writing
jacksona
committed
ceb9657
View commit details
Copy full SHA for ceb9657
View code at this point
Browse repository at this point
Commits on Dec 16, 2017
save the metas, push the correct model
jacksona
committed
289e011
View commit details
Copy full SHA for 289e011
View code at this point
Browse repository at this point
increase sleep times appropriately
jacksona
committed
ef61ddc
View commit details
Copy full SHA for ef61ddc
View code at this point
Browse repository at this point
fix subprocess call, fix tab indentation
jacksona
committed
0f29c4e
View commit details
Copy full SHA for 0f29c4e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.