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 }}
hyu2000
/
minigo
Public
forked from
tensorflow/minigo
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
minigo
mcts.py
on
colab
User selector
All users
All time
Commit history
Commits on Oct 9, 2023
- changes to bootstrap from g170
Show description for cf736bc
hyu2000
committed
cf736bc
View commit details
Copy full SHA for cf736bc
View code at this point
Browse repository at this point
Commits on Sep 23, 2023
major: changes to run selfplay/train on puzzles
hyu2000
committed
d053f25
View commit details
Copy full SHA for d053f25
View code at this point
Browse repository at this point
Commits on Sep 4, 2023
RAD mask idea: effectively no mask at MCTSNode, mask at strategy level. Basically mask only affects scoring
hyu2000
committed
57679e5
View commit details
Copy full SHA for 57679e5
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
masked MCTS:
Show description for 07c2014
hyu2000
committed
07c2014
View commit details
Copy full SHA for 07c2014
View code at this point
Browse repository at this point
Commits on Aug 5, 2023
not entirely sure why decorator order matters, but
Show description for 944793e
hyu2000
committed
944793e
View commit details
Copy full SHA for 944793e
View code at this point
Browse repository at this point
extract scaling const in child_U(), which only depends on N, which should be really a float version of an int?
Show description for 519eeca
hyu2000
committed
519eeca
View commit details
Copy full SHA for 519eeca
View code at this point
Browse repository at this point
Commits on Oct 19, 2022
ready to rerun selfplay7
hyu2000
committed
0f6024f
View commit details
Copy full SHA for 0f6024f
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
code examine after cProfile
hyu2000
committed
96b1ba1
View commit details
Copy full SHA for 96b1ba1
View code at this point
Browse repository at this point
Commits on Sep 29, 2022
- score pass-pass w/ Benson, as in selfplay
Show description for d18f97f
hyu2000
committed
d18f97f
View commit details
Copy full SHA for d18f97f
View code at this point
Browse repository at this point
Commits on Sep 19, 2022
run benson scoring in MCTSPlayer.play_move(), record benson score right in comments
hyu2000
committed
dc16962
View commit details
Copy full SHA for dc16962
View code at this point
Browse repository at this point
- record vnet raw output in sgf
Show description for 674b94c
hyu2000
committed
674b94c
View commit details
Copy full SHA for 674b94c
View code at this point
Browse repository at this point
Commits on Sep 3, 2022
- MCTSPlayer(readouts=1) fix
Show description for d0a0e6e
hyu2000
committed
d0a0e6e
View commit details
Copy full SHA for d0a0e6e
View code at this point
Browse repository at this point
Commits on Apr 10, 2022
mcts describe() switch to describe_less_details()
hyu2000
committed
34a1ac4
View commit details
Copy full SHA for 34a1ac4
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
change reduce_symmetry from bool to an int, since it happens often in early stage of a game
Show description for a6f7d33
hyu2000
committed
a6f7d33
View commit details
Copy full SHA for a6f7d33
View code at this point
Browse repository at this point
Commits on Mar 28, 2022
added option for mcts to reduce_symmetry.
Show description for 52f2f2d
hyu2000
committed
52f2f2d
View commit details
Copy full SHA for 52f2f2d
View code at this point
Browse repository at this point
Commits on Nov 21, 2021
- children_as_pi: make a defensive copy
Show description for 20b2c92
hyu2000
committed
20b2c92
View commit details
Copy full SHA for 20b2c92
View code at this point
Browse repository at this point
children_as_pi: prune children w/ only a single playout
hyu2000
committed
3d4d2f0
View commit details
Copy full SHA for 3d4d2f0
View code at this point
Browse repository at this point
Commits on Nov 18, 2021
a strange error that surfaces after play-cap randomization: needs to enforce searches_pi are all of dtype np.float32
hyu2000
committed
b933633
View commit details
Copy full SHA for b933633
View code at this point
Browse repository at this point
Commits on Nov 10, 2021
gonna keep breaking ties in best_child() in case policy is flat
hyu2000
committed
f66a2fb
View commit details
Copy full SHA for f66a2fb
View code at this point
Browse repository at this point
Commits on Nov 4, 2021
minor
hyu2000
committed
8636cd2
View commit details
Copy full SHA for 8636cd2
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
minor things before starting 9x9
hyu2000
committed
0b94b66
View commit details
Copy full SHA for 0b94b66
View code at this point
Browse repository at this point
Commits on Sep 29, 2021
value head predict 1/-1 instead of margin;
Show description for d303d44
hyu2000
committed
d303d44
View commit details
Copy full SHA for d303d44
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
selfplay undo injected noise, so that shared tree won't be affected
hyu2000
committed
8e06913
View commit details
Copy full SHA for 8e06913
View code at this point
Browse repository at this point
Commits on Aug 27, 2021
set_result() seems not a bug. add assertion back
hyu2000
committed
fb6ca59
View commit details
Copy full SHA for fb6ca59
View code at this point
Browse repository at this point
Commits on Aug 6, 2021
minor leftover changes
hyu2000
committed
e6c2b24
View commit details
Copy full SHA for e6c2b24
View code at this point
Browse repository at this point
Commits on Jul 18, 2021
evaluate log first 5 moves
hyu2000
committed
fd47644
View commit details
Copy full SHA for fd47644
View code at this point
Browse repository at this point
Commits on Jun 1, 2021
mcts records vnet score for every eval
hyu2000
committed
35a9e23
View commit details
Copy full SHA for 35a9e23
View code at this point
Browse repository at this point
Commits on May 29, 2021
mcts / MCTSPlayer code not super-clean.
Show description for de8c139
hyu2000
committed
de8c139
View commit details
Copy full SHA for de8c139
View code at this point
Browse repository at this point
selfplay will set game result to player.raw_margin
hyu2000
committed
d056f4b
View commit details
Copy full SHA for d056f4b
View code at this point
Browse repository at this point
Commits on May 28, 2021
eval_vnet added mcts, almost same as vnet result;
Show description for ea1acb1
hyu2000
committed
ea1acb1
View commit details
Copy full SHA for ea1acb1
View code at this point
Browse repository at this point
Commits on May 27, 2021
tree_search() doesn't short-cut vnet to use pos.score(), since Tromp scoring is inaccurate
hyu2000
committed
d4e6303
View commit details
Copy full SHA for d4e6303
View code at this point
Browse repository at this point
Commits on May 18, 2021
squashed commits for colab usage
hyu2000
committed
4da3880
View commit details
Copy full SHA for 4da3880
View code at this point
Browse repository at this point
Commits on Mar 22, 2020
Updated sentences.
w-hat
committed
378d807
View commit details
Copy full SHA for 378d807
View code at this point
Browse repository at this point
Commits on Mar 18, 2019
Convert to double quote docstrings per PEP257 (#779)
Show description for 2944da5
sethtroisi
authored
2944da5
View commit details
Copy full SHA for 2944da5
View code at this point
Browse repository at this point
Commits on Feb 13, 2019
Update kPuct, replace with progressive widening formula from AZ paper. Fixes #706 (#708)
Show description for 5c7a79f
amj
authored
5c7a79f
View commit details
Copy full SHA for 5c7a79f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.