From d2baa4bbff09a87cc6fdc456b0592139ed5e6510 Mon Sep 17 00:00:00 2001 From: wls2002 Date: Wed, 26 Mar 2025 10:56:57 +0800 Subject: [PATCH] fix bug in walker2d_evox --- examples/with_evox/walker2d_evox.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/with_evox/walker2d_evox.py b/examples/with_evox/walker2d_evox.py index 4df46f7..c7b6783 100644 --- a/examples/with_evox/walker2d_evox.py +++ b/examples/with_evox/walker2d_evox.py @@ -51,7 +51,6 @@ workflow = workflows.StdWorkflow( solution_transforms=[jax.jit(jax.vmap(evox_algorithm.transform))], fitness_transforms=[nan2inf], monitors=[monitor], - opt_direction="max", ) # init the workflow