You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protocol: Communication protocol between subpopulations
MetaStrategy: Stack one ES on top of subpopulations to control hyperparameters
Changed
Renamed crossover_rate to cross_over_rate in DE to make consistent with SimpleGA.
Add option to add optional env_params to GymFitness, seq_length to addition and permute_seq for S-MNIST problem.
Network classes now support different initializers for the kernels using the kernel_init_type string option. By default we follow flax's choice in lecun_normal.
Fixed
Add spring_legacy option to Brax rollout wrappers.