fit

fit(), evolve() and fit.test().

common.optim.ne.fit.fit(space, agent, logger, config)[source]

Neuroevolution + testing.

Note that this function and all of its sub-functions will be called by num_nodes * tasks_per_node MPI processes/tasks. These two variables are set in the Hydra launcher configuration.

Parameters:
Return type:

None

common.optim.ne.fit.evolve(space, agent, logger, config)[source]

Neuroevolution.

Parameters:
Return type:

None

common.optim.ne.fit.test(space, config)[source]

Neuroevolution testing.

Parameters:
Return type:

None