This commit is contained in:
2026-03-25 11:29:43 -07:00
parent 3a827d2cad
commit 75a05a677f

View File

@@ -1,2 +1,17 @@
fn training(){
// load map
// load replay
// setup player
// setup simulation
// run progressively longer segments of the map, starting very close to the end of the run and working the starting time backwards until the ai can run the whole map
}
fn inference(){
// load map
// setup simulation
// setup agent-simulation feedback loop
// go!
}
fn main(){
}