Skip to content

Commit

Permalink
60% energy consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Aug 30, 2024
1 parent 09864b8 commit 42a4fd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/env/20240823-uniform.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
n_initial_agents = 100
n_max_agents = 200
n_max_agents = 240
n_max_foods = 100
food_num_fn = ["linear", 20, 0.1, 100]
food_loc_fn = "uniform"
agent_loc_fn = "uniform"
xlim = [0.0, 480.0]
ylim = [0.0, 360.0]
ylim = [0.0, 480.0]
env_shape = "square"
neighbor_stddev = 100.0
n_agent_sensors = 24
Expand All @@ -21,8 +21,8 @@ max_force = 80.0
min_force = -20.0
init_energy = 80.0
energy_capacity = 400.0
force_energy_consumption = 1e-5
basic_energy_consumption = 1e-3
force_energy_consumption = 6e-6
basic_energy_consumption = 6e-4
energy_share_ratio = 0.4
n_velocity_iter = 6
n_position_iter = 2
Expand Down

0 comments on commit 42a4fd9

Please sign in to comment.