Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.2.0 #125

Merged
merged 1 commit into from
Nov 30, 2022
Merged

Release 0.2.0 #125

merged 1 commit into from
Nov 30, 2022

Conversation

felixchalumeau
Copy link
Collaborator

Hi guys,

Time for us to move to version 0.2.0 🎉

This release introduces:

  • fix a irrelevant 0.25 factor in td3 loss
  • fix a overflow issue in the replay buffer
  • clear the doc section about GPU usage with QDax
  • update jax, brax and flax versions
  • add a set of benchmarking functions from the QD community and clean the way we define our tasks
  • add a caveat section in the doc
  • add a QDax logo
  • scale the action space of pointmaze to match the action space of Brax tasks
  • add delay update in the PG emitter (PGAME)
  • fix reinitialisation of optimizer state in PG variations (PGAME)
  • introduce a wrapper to use fixed and known initial states for the Brax tasks
  • fix Brax version in colab
  • add the algorithm ME-ES
  • introduce a meta emitter to use multiple emitters in parallel, called MultiEmitter
  • add the algorithm CMA-ME with all its possible variants through the introduction of all three CMA emitters (improvement, random direction, optimization)
  • fix CMA ES optimizer
  • fix issue in CMA-MEGA
  • add the algorithm QDPG through the introduction of the Diversity PG emitter
  • refactor PGAME to use the multi emitter class
  • add template for pull requests
  • add DistributedMAPElites, an example of how to distribute a QDax algorithm on multiple devices
  • fix run-image stage in docker
  • avoid multiple jits of same method in for loops in our notebooks examples
  • add the extra_scores in the API of the repertoire addition in MAP-Elites

@felixchalumeau felixchalumeau requested review from manon-but-yes, Lookatator and limbryan and removed request for manon-but-yes and limbryan November 30, 2022 08:49
@felixchalumeau felixchalumeau marked this pull request as ready for review November 30, 2022 09:23
@felixchalumeau felixchalumeau changed the base branch from main to develop November 30, 2022 09:24
@felixchalumeau felixchalumeau merged commit f84f887 into develop Nov 30, 2022
@Lookatator Lookatator deleted the release-0.2.0 branch September 1, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant