Skip to content

Commit

Permalink
default to 100 foods
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Sep 5, 2024
1 parent c2edd73 commit 3db0142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/env/20240823-uniform.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
n_initial_agents = 100
n_max_agents = 300
n_max_foods = 120
food_num_fn = ["linear", 20, 0.2, 120]
n_max_foods = 100
food_num_fn = ["linear", 20, 0.2, 100]
food_loc_fn = "uniform"
agent_loc_fn = "uniform"
xlim = [0.0, 480.0]
Expand Down

0 comments on commit 3db0142

Please sign in to comment.