Skip to content

Commit

Permalink
less runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhark committed Jun 3, 2024
1 parent 590605a commit 51e212c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lunar_lander/lunar_lander.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def fitness(genome, render=False):
env = gym.make('LunarLander-v2', continuous=True, render_mode='human' if render else 'rgb_array')

fitnesses = []
for _ in range(5):
for _ in range(2):
fitness = 0

obs, info = env.reset()
Expand Down

0 comments on commit 51e212c

Please sign in to comment.