Skip to content

Commit

Permalink
fix(version): update qdax version (adaptive-intelligent-robotics#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixchalumeau authored Dec 7, 2022
1 parent f366797 commit 45c4c2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ repertoire, emitter_state, random_key = map_elites.init(init_variables, centroid
# Run MAP-Elites loop
for i in range(num_iterations):
(repertoire, emitter_state, metrics, random_key,) = map_elites.update(
repertoire,
emitter_state,
random_key,
)
repertoire,
emitter_state,
random_key,
)

# Get contents of repertoire
repertoire.genotypes, repertoire.fitnesses, repertoire.descriptors
Expand Down
2 changes: 1 addition & 1 deletion qdax/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit 45c4c2a

Please sign in to comment.