December 2019
Intermediate to advanced
368 pages
11h 10m
English
Now, when we have implemented all the necessary routines to create co-evolving populations and to evaluate the fitness of individuals within these populations, we are ready to start implementing the experiment runner loop.
Here, we discuss the essential details of the implementation:
robot = create_robot(maze_env, seed=seed) obj_func = create_objective_fun(seed)
Read now
Unlock full access