Machine_learning_2023/config.ini

27 lines
458 B
INI

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