exact output size

This commit is contained in:
2026-03-25 16:33:32 -07:00
parent c8b2480e6e
commit 025e86e2b0

View File

@@ -10,7 +10,14 @@ type TrainingBackend = Autodiff<InferenceBackend>;
const INPUT: usize = 2;
const HIDDEN: usize = 64;
const OUTPUT: usize = 8;
// MoveForward
// MoveLeft
// MoveBack
// MoveRight
// Jump
// mouse_dx
// mouse_dy
const OUTPUT: usize = 7;
#[derive(Module, Debug)]
struct Net<B: Backend> {