Skip to content

Commit

Permalink
Fixed issue in RND emitter with es_params not passed to ES
Browse files Browse the repository at this point in the history
  • Loading branch information
templierpaul committed Nov 24, 2023
1 parent a97a95f commit 2b99584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdax/core/emitters/cma_me_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def init(
self.es = Strategies[self.es_type](
num_dims=self.reshaper.genotype_dim,
popsize=self.batch_size,
sigma_init=self._sigma_g,
**self.es_params,
)

# Initialize repertoire with default values
Expand Down

0 comments on commit 2b99584

Please sign in to comment.