Machine_learning_2023/config.ini

27 lines
461 B
INI

[APP]
cat = False
movement = robot
#accept: human, robot
[CONSTANT]
NumberOfBananas = 15
NumberOfEarrings = 0
NumberOfPlants = 5
BananaFilling = 25
RobotStartPosition = 5, 5
DockStationStartPosition = 5, 6
#9,8
[NEURAL_NETWORK]
is_neural_network_off = True
[AI_BRAIN]
mode = full_clean
#accept: full_clean, to_station
[GENETIC_ALGORITHM]
PopulationSize = 20
DescendantsNumber = 6
MutationProbability = 0.3
IterationNumber = 1_000