checkpoint: port evolutionary and population dynamics
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
namespace fces {
|
||||
|
||||
// Controller input dimension (layer stats features)
|
||||
constexpr int GENOME_INPUT_DIM = 9;
|
||||
constexpr int GENOME_INPUT_DIM = 14;
|
||||
// Controller hidden dimension
|
||||
constexpr int GENOME_HIDDEN_DIM = 16;
|
||||
constexpr int GENOME_HIDDEN_DIM = 8;
|
||||
// Controller output dimension: [multiplier, sign_gate, wd_mult]
|
||||
constexpr int GENOME_OUTPUT_DIM = 3;
|
||||
// Total genome size: input->hidden weights + hidden biases + hidden->output weights + output biases
|
||||
|
||||
Reference in New Issue
Block a user