Skip to content

Commit

Permalink
poison06
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Jun 11, 2024
1 parent 2f2c417 commit fbbbb95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ food_num_fn = [
]
food_loc_fn = ["uniform", "uniform"]
food_color = [[254, 2, 162, 255], [2, 254, 162, 255]]
food_energy_coef = [1.0, -0.8]
food_energy_coef = [1.0, -0.6]
agent_loc_fn = "uniform"
xlim = [0.0, 480.0]
ylim = [0.0, 360.0]
Expand Down

0 comments on commit fbbbb95

Please sign in to comment.