v0.4.0
Updates and New Functionalities
Bug Fixes
- Fix the Pareto Dominance definition to account for solutions which have the same fitness values along one axis. - #174
Breaking Changes
qdax/types.pyhas been renamed toqdax/custom_types.pyEmitter.emithas a new outputextra_infothat is similar to the extra_scores of the scoring function, and that enables to pass information from the emit step to the state_update (necessary for DCRL-ME).Emitter.initnow also takes as input arepertoire, as well asfitnesses,descriptorsandextra_scores.init_genotypeshave been replaced withgenotypesin the arguments ofEmitter.init
Documentation
- Clarify contribution process - #171
Full Changelog: v0.3.0...v0.4.0