forked from StrafesNET/strafe-ai
outline
This commit is contained in:
15
src/main.rs
15
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(){
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user