Machine_learning_2023/config.ini

27 lines
461 B
INI
Raw Permalink Normal View History

2023-05-18 23:18:07 +02:00
[APP]
cat = False
movement = robot
2023-05-25 16:59:50 +02:00
#accept: human, robot
[CONSTANT]
2023-06-16 03:22:30 +02:00
NumberOfBananas = 15
NumberOfEarrings = 0
NumberOfPlants = 5
2023-06-15 16:46:08 +02:00
BananaFilling = 25
2023-06-16 03:22:30 +02:00
RobotStartPosition = 5, 5
DockStationStartPosition = 5, 6
2023-06-16 00:48:59 +02:00
#9,8
[NEURAL_NETWORK]
2023-06-15 16:46:08 +02:00
is_neural_network_off = True
[AI_BRAIN]
mode = full_clean
2023-06-16 00:48:59 +02:00
#accept: full_clean, to_station
[GENETIC_ALGORITHM]
PopulationSize = 20
2023-06-16 03:22:30 +02:00
DescendantsNumber = 6
MutationProbability = 0.3
IterationNumber = 1_000