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.py
has been renamed toqdax/custom_types.py
Emitter.emit
has a new outputextra_info
that 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.init
now also takes as input arepertoire
, as well asfitnesses
,descriptors
andextra_scores
.init_genotypes
have been replaced withgenotypes
in the arguments ofEmitter.init
Documentation
- Clarify contribution process - #171
Full Changelog: v0.3.0...v0.4.0