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
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
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 }}
TheConverseEngineer
/
AlphaPaint
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Train manual impl
- #8
#8
Draft
rgodha24
wants to merge 59 commits into
main
TheConverseEngineer/AlphaPaint:main
from
train-manual
TheConverseEngineer/AlphaPaint:train-manual
Copy head branch name to clipboard
Conversation
Commits
59
(59)
Checks
Files changed
Draft
Train manual impl
#8
rgodha24
wants to merge 59 commits into
main
TheConverseEngineer/AlphaPaint:main
from
train-manual
TheConverseEngineer/AlphaPaint:train-manual
Copy head branch name to clipboard
Commits
Commits on Mar 26, 2026
init the lib
rgodha24
committed
2b7b36f
View commit details
Copy full SHA for 2b7b36f
Browse repository at this point
copy over siebren
rgodha24
committed
a61cf25
View commit details
Copy full SHA for a61cf25
Browse repository at this point
add nix flake & deps
rgodha24
committed
61904e1
View commit details
Copy full SHA for 61904e1
Browse repository at this point
wip: migrate
rgodha24
committed
05a4e52
View commit details
Copy full SHA for 05a4e52
Browse repository at this point
im lazy as shit but almost done
rgodha24
committed
6bd967f
View commit details
Copy full SHA for 6bd967f
Browse repository at this point
Commits on Mar 27, 2026
Refactor training: remove mcts/types, add python training module
rgodha24
committed
3f9dfe1
View commit details
Copy full SHA for 3f9dfe1
Browse repository at this point
batch descent evaluations
rgodha24
committed
69db64e
View commit details
Copy full SHA for 69db64e
Browse repository at this point
add torch python dep lol
rgodha24
committed
b48a98e
View commit details
Copy full SHA for b48a98e
Browse repository at this point
add packed uint16 observations with triton decode
rgodha24
committed
ce7d37d
View commit details
Copy full SHA for ce7d37d
Browse repository at this point
wire self-play samples into value training
rgodha24
committed
6d0076b
View commit details
Copy full SHA for 6d0076b
Browse repository at this point
speed up self-play value inference
rgodha24
committed
de01f36
View commit details
Copy full SHA for de01f36
Browse repository at this point
stream tree samples during self-play
rgodha24
committed
cefbc08
View commit details
Copy full SHA for cefbc08
Browse repository at this point
shorten training games for Descent
rgodha24
committed
0ad3544
View commit details
Copy full SHA for 0ad3544
Browse repository at this point
shorten self-play games for training
rgodha24
committed
1b990ee
View commit details
Copy full SHA for 1b990ee
Browse repository at this point
revert the weird ass game changes
Show description for 14b8e0b
rgodha24
committed
14b8e0b
View commit details
Copy full SHA for 14b8e0b
Browse repository at this point
stabilize value training targets
Show description for 92c7ecf
rgodha24
committed
92c7ecf
View commit details
Copy full SHA for 92c7ecf
Browse repository at this point
add wandb and update some constants
rgodha24
committed
f83ff32
View commit details
Copy full SHA for f83ff32
Browse repository at this point
instrument self-play and stop replaying reused tree samples
Show description for dd487c7
rgodha24
committed
dd487c7
View commit details
Copy full SHA for dd487c7
Browse repository at this point
push nodes we are pruning to replay buffer
rgodha24
committed
0143afa
View commit details
Copy full SHA for 0143afa
Browse repository at this point
cargo fmt
rgodha24
committed
36120b1
View commit details
Copy full SHA for 36120b1
Browse repository at this point
limit iteration count by gpu evaluations
rgodha24
committed
499fd97
View commit details
Copy full SHA for 499fd97
Browse repository at this point
const updates
rgodha24
committed
91e6060
View commit details
Copy full SHA for 91e6060
Browse repository at this point
Commits on Mar 28, 2026
more timing & bench work
rgodha24
committed
3c99bdc
View commit details
Copy full SHA for 3c99bdc
Browse repository at this point
increase self-play queue headroom
Show description for 26e4a16
rgodha24
committed
26e4a16
View commit details
Copy full SHA for 26e4a16
Browse repository at this point
try a mixer style model
rgodha24
committed
df13b0c
View commit details
Copy full SHA for df13b0c
Browse repository at this point
Revert "try a mixer style model"
Show description for 7342047
rgodha24
committed
7342047
View commit details
Copy full SHA for 7342047
Browse repository at this point
Reapply "try a mixer style model"
Show description for 6b27c11
rgodha24
committed
6b27c11
View commit details
Copy full SHA for 6b27c11
Browse repository at this point
pls stop fucking deadlocking why is it doing this im so confused
rgodha24
committed
1e4f428
View commit details
Copy full SHA for 1e4f428
Browse repository at this point
Revert "Reapply "try a mixer style model""
Show description for 5491ad7
rgodha24
committed
5491ad7
View commit details
Copy full SHA for 5491ad7
Browse repository at this point
my fuck ass queue has so many fucking deadlocks
Show description for 8fcf64b
rgodha24
committed
8fcf64b
View commit details
Copy full SHA for 8fcf64b
Browse repository at this point
hopefully fix last bug
rgodha24
committed
13d53d9
View commit details
Copy full SHA for 13d53d9
Browse repository at this point
fix weird ass bug in descent where node has no children
rgodha24
committed
c4e9b14
View commit details
Copy full SHA for c4e9b14
Browse repository at this point
pretrain
rgodha24
committed
d1f2c57
View commit details
Copy full SHA for d1f2c57
Browse repository at this point
resnet in engine
Show description for e8c4ddc
rgodha24
committed
e8c4ddc
View commit details
Copy full SHA for e8c4ddc
Browse repository at this point
optimize tf out of resnet cpu eval
rgodha24
committed
2a7d643
View commit details
Copy full SHA for 2a7d643
Browse repository at this point
train a larger resnet
rgodha24
committed
c5848e9
View commit details
Copy full SHA for c5848e9
Browse repository at this point
wip: multigpu
rgodha24
committed
3d163dd
View commit details
Copy full SHA for 3d163dd
Browse repository at this point
config for a multigpu
rgodha24
committed
6b3d24a
View commit details
Copy full SHA for 6b3d24a
Browse repository at this point
Revert "config for a multigpu"
Show description for 9936dbd
rgodha24
committed
9936dbd
View commit details
Copy full SHA for 9936dbd
Browse repository at this point
Revert "wip: multigpu"
Show description for 08ef34f
rgodha24
committed
08ef34f
View commit details
Copy full SHA for 08ef34f
Browse repository at this point
Commits on Mar 29, 2026
stabilize selfplay value targets
Show description for 12a8c21
rgodha24
committed
12a8c21
View commit details
Copy full SHA for 12a8c21
Browse repository at this point
cap search by total turn time
Show description for f518c83
rgodha24
committed
f518c83
View commit details
Copy full SHA for f518c83
Browse repository at this point
retune default 90k training config
Show description for 9014f50
rgodha24
committed
9014f50
View commit details
Copy full SHA for 9014f50
Browse repository at this point
some debug stuff
rgodha24
committed
86d2389
View commit details
Copy full SHA for 86d2389
Browse repository at this point
cleanup logging
rgodha24
committed
851374a
View commit details
Copy full SHA for 851374a
Browse repository at this point
Commits on Mar 30, 2026
refine terminal value heuristic
Show description for 49abb9a
rgodha24
committed
49abb9a
View commit details
Copy full SHA for 49abb9a
Browse repository at this point
mix in some terminal states into replay buffer
rgodha24
committed
cd9c93c
View commit details
Copy full SHA for cd9c93c
Browse repository at this point
fix bug in terminal state mixing
rgodha24
committed
5f6d7fc
View commit details
Copy full SHA for 5f6d7fc
Browse repository at this point
simplify logging
rgodha24
committed
daf39f5
View commit details
Copy full SHA for daf39f5
Browse repository at this point
even larger resnet
rgodha24
committed
0f3ca54
View commit details
Copy full SHA for 0f3ca54
Browse repository at this point
multigpu!!
rgodha24
committed
db517fa
View commit details
Copy full SHA for db517fa
Browse repository at this point
scuffed nnue training but like we r evaling nnue on gpu for some reason lol
rgodha24
committed
a06e645
View commit details
Copy full SHA for a06e645
Browse repository at this point
try tanh nnue
rgodha24
committed
a06371c
View commit details
Copy full SHA for a06371c
Browse repository at this point
fix weird bugs with training data not being bounded
rgodha24
committed
91f33a7
View commit details
Copy full SHA for 91f33a7
Browse repository at this point
Commits on Mar 31, 2026
port over killshots
rgodha24
committed
616397f
View commit details
Copy full SHA for 616397f
Browse repository at this point
include player location in nnue
rgodha24
committed
72a959b
View commit details
Copy full SHA for 72a959b
Browse repository at this point
switch packed format decode to custom triton kernel
rgodha24
committed
7d5fd63
View commit details
Copy full SHA for 7d5fd63
Browse repository at this point
Revert "switch packed format decode to custom triton kernel"
Show description for 702691a
rgodha24
committed
702691a
View commit details
Copy full SHA for 702691a
Browse repository at this point
fix stack overflow issue for DoubleArray::splat
rgodha24
committed
8a4b6dd
View commit details
Copy full SHA for 8a4b6dd
Browse repository at this point
You can’t perform that action at this time.