evorl.algorithms.meta.pbt_operations¶
Module Contents¶
Functions¶
API¶
- evorl.algorithms.meta.pbt_operations.explore(parent: chex.ArrayTree, key: chex.PRNGKey, perturb_factor: dict[str, float], search_space: dict[str, dict[str, float]])[source]¶
Define the exploration operation for PBT.
Normally explore the local of an individual. i.e., mutation op in the context of EC. Here we use the orginal exploration operator in PBT.