Skip to content

Commit 06cf767

Browse files
committed
Update: reduce the number of evaluations
1 parent 56fcbd9 commit 06cf767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/z_ec_course/A3_template_jack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def evaluate(
370370
def main() -> None:
371371
"""Entry point."""
372372
best_fitness = -np.inf
373-
for _ in track(range(10_000)):
373+
for _ in track(range(200)):
374374
# Create a robot
375375
robot = create_robot_body()
376376
nn = NN(robot)

0 commit comments

Comments
 (0)