forked from StrafesNET/strafe-ai
exact output size
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user