From 75a05a677f34a5b3022537f59baca5e167334287 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Wed, 25 Mar 2026 11:29:43 -0700 Subject: [PATCH] outline --- src/main.rs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main.rs b/src/main.rs index 4e1cd33..b577621 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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(){ }