improve complexagent stuff

This commit is contained in:
2025-01-28 19:57:48 -05:00
parent 37c3f8572f
commit 8eed946c98
2 changed files with 15 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ impl Game {
self.step(i);
std::thread::sleep(Duration::from_millis(200));
// std::thread::sleep(Duration::from_millis(200));
}
}
}