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(){ }