Skip to content

v0.1.0

Compare
Choose a tag to compare
@felixchalumeau felixchalumeau released this 12 Jul 15:15
· 75 commits to main since this release
bf0df70

Finally moving to version 0.1.0 of QDax with several algorithms additions, new tools, enhanced documentation and several fixes 🚀

  • Update notebooks to run on colab and update chex version (#61)
  • Pin brax version + remove autoreload (#60)”
  • Enhance the current documentation + gather baselines in separate folder (#57)
  • Add example notebook for NSGA2 and SPEA2 (#58)
  • Add API documentation, use README as home page (#56)
  • Add NSGA2 and SPEA2 to QDax (#33)
  • Add reset_based_scoring_function for stochastic environments (#31)
  • Issue with batch size 1 (#52)
  • Add colab badges to all example notebooks (#53)
  • Add codecov to QDax for test coverage reports (#39)
  • Update singularity pipeline and fix pre-commits (#45)
  • Add plot_multidimensional_map_elites_grid function (#47)
  • Extend functionality of compute_euclidean_centroids (#40)
  • Repertoire addition for 1d bd (map elites and mome) (#41)
  • Static argnames in _sample_in_masked_pareto_front (#49)
  • Update ci trigger rules (#48)
  • Use rngkey for centroids generation
  • Run workflow on pull requests
  • Use RNGKey for sampling CVT centroids and for KMeans
  • Fix mome emitter state update
  • Add MOME to QDax (#27)
  • Fix steps incrementation in pointmaze (#36)
  • Upgrade requirements for numpy and jax (#34)
  • Add CMA MEGA (#25) - (API change!)
  • Add SMERL (DIAYN+DADS) (#22)
  • Add DADS (#21)
  • Add OMG-MEGA (#24)
  • Add DIAYN (#20) and refactor SAC
  • Add SAC algorithm (#16)
  • Add TD3 algorithm (#14)
  • Fix issue in behavior descriptor evaluation (#13)