mirror of
https://github.com/kristoferssolo/Tetris.git
synced 2026-03-22 00:36:20 +00:00
adjust config
This commit is contained in:
8
config
8
config
@@ -1,14 +1,14 @@
|
||||
[NEAT]
|
||||
fitness_criterion = mean
|
||||
fitness_threshold = 10000
|
||||
fitness_criterion = max
|
||||
fitness_threshold = 0
|
||||
pop_size = 100
|
||||
reset_on_extinction = False
|
||||
|
||||
[DefaultGenome]
|
||||
# node activation options
|
||||
activation_default = identity
|
||||
activation_default = relu
|
||||
activation_mutate_rate = 0.0
|
||||
activation_options = identity
|
||||
activation_options = relu
|
||||
|
||||
# node aggregation options
|
||||
aggregation_default = sum
|
||||
|
||||
Reference in New Issue
Block a user