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 }}
codyjhsieh
/
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 Jul 25, 2018
Clean up automatic steps calculation (#345)
sethtroisi
authored
f879ead
View commit details
Copy full SHA for f879ead
Browse repository at this point
Commits on Jul 24, 2018
changes from live gatherer box (#344)
amj
authored
dcea2c6
View commit details
Copy full SHA for dcea2c6
Browse repository at this point
Enable random rotation for both GPU and TPU train() (#342)
sethtroisi
authored and
amj
committed
161c32b
View commit details
Copy full SHA for 161c32b
Browse repository at this point
Commits on Jul 23, 2018
fix lints (#337)
amj
authored
e85d79b
View commit details
Copy full SHA for e85d79b
Browse repository at this point
Commits on Jul 21, 2018
addressing review comments
tommadams
committed
2b4fc7c
View commit details
Copy full SHA for 2b4fc7c
Browse repository at this point
Default use_tpu to true for now
tommadams
committed
a6d8ccb
View commit details
Copy full SHA for a6d8ccb
Browse repository at this point
Clean up RwMutex & Session code
tommadams
committed
708e2eb
View commit details
Copy full SHA for 708e2eb
Browse repository at this point
Rewrite inference_worker.py to support GPU inference
tommadams
committed
6da3c12
View commit details
Copy full SHA for 6da3c12
Browse repository at this point
Commits on Jul 20, 2018
Remove stray character
tommadams
committed
13d612d
View commit details
Copy full SHA for 13d612d
Browse repository at this point
Fix configure_tensorflow
tommadams
committed
f163abc
View commit details
Copy full SHA for f163abc
Browse repository at this point
Commits on Jul 19, 2018
fix default arg
jacksona
committed
a379fd1
View commit details
Copy full SHA for a379fd1
Browse repository at this point
Trainer changes (#330)
amj
authored
9256af6
View commit details
Copy full SHA for 9256af6
Browse repository at this point
Add value_head_scalar for supervised training (#326) (#329)
Show description for d49d447
sethtroisi
authored and
amj
committed
d49d447
View commit details
Copy full SHA for d49d447
Browse repository at this point
Add value_head_scalar for supervised training (#326)
Show description for 34ba6b7
sethtroisi
authored
34ba6b7
View commit details
Copy full SHA for 34ba6b7
Browse repository at this point
Commits on Jul 18, 2018
Move test dashboard link in README (#327)
sethtroisi
authored
4fc697a
View commit details
Copy full SHA for 4fc697a
Browse repository at this point
minigui work (#325)
sethtroisi
authored
1824a68
View commit details
Copy full SHA for 1824a68
Browse repository at this point
Always print the top 15 possible moves
tommadams
committed
3698074
View commit details
Copy full SHA for 3698074
Browse repository at this point
Move inference worker thread to RemotePlayerFactory
tommadams
committed
763c6d7
View commit details
Copy full SHA for 763c6d7
Browse repository at this point
Only start inference worker if needed. Recycle removed group IDs
tommadams
committed
66fd0be
View commit details
Copy full SHA for 66fd0be
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
Browse repository at this point
refactor preprocessing preparing for TPU rotation (#321)
sethtroisi
authored
9b97648
View commit details
Copy full SHA for 9b97648
Browse repository at this point
Commits on Jul 16, 2018
fix list of models *before* the slow fill thing.
jacksona
committed
60b8654
View commit details
Copy full SHA for 60b8654
Browse repository at this point
Glue all the RL loop bits back together (#315)
Show description for 6f6b0b3
amj
authored
6f6b0b3
View commit details
Copy full SHA for 6f6b0b3
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
Browse repository at this point
Commits on Jul 13, 2018
Create dockerfiles and deployments for tpu selfplay (#310)
Show description for 7f035a6
amj
authored
7f035a6
View commit details
Copy full SHA for 7f035a6
Browse repository at this point
Commits on Jul 12, 2018
Addressing review comments
tommadams
committed
d667258
View commit details
Copy full SHA for d667258
Browse repository at this point
Add clang-format config
tommadams
committed
fcaf79d
View commit details
Copy full SHA for fcaf79d
Browse repository at this point
Fix broken mcts_player_test
tommadams
committed
278abb5
View commit details
Copy full SHA for 278abb5
Browse repository at this point
Restart TPU when loading new model
tommadams
committed
8aae65c
View commit details
Copy full SHA for 8aae65c
Browse repository at this point
Write models used for inference to SGF. Shutdown inference worker cleanly
tommadams
committed
16b8014
View commit details
Copy full SHA for 16b8014
Browse repository at this point
Inference worker can optionally monitor a training checkpoint directory for new models
tommadams
committed
f10109f
View commit details
Copy full SHA for f10109f
Browse repository at this point
Only add D-noise to legal moves (#295)
Show description for ec4982a
sethtroisi
authored
ec4982a
View commit details
Copy full SHA for ec4982a
Browse repository at this point
Commits on Jul 11, 2018
Refactor get_estimator() to gracefully handle TPU (#312)
Show description for 0fc35db
sethtroisi
authored
0fc35db
View commit details
Copy full SHA for 0fc35db
Browse repository at this point
Always use tf.contrib.summary (#311)
sethtroisi
authored and
amj
committed
b317d32
View commit details
Copy full SHA for b317d32
Browse repository at this point
Zero out illegal moves (#299)
Show description for 159327e
sethtroisi
authored
159327e
View commit details
Copy full SHA for 159327e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.