Skip to content

Commit

Permalink
update inifile with 1C70 run
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Dec 4, 2024
1 parent 409836a commit 8fc66ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
16 changes: 8 additions & 8 deletions files/inifile.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"to start a jupedsim simulation with the motivation model"
],
"version": 0.1,
"init_trajectories_file": "../trajectories_croma/1C060_cam6_cam5_frameshift0_Combined.txt",
"init_positions_file": "../trajectories_croma/1C060_frame_5350.csv",
"init_trajectories_file": "../trajectories_croma/1C070_cam6_cam5_frameshift0_Combined.txt",
"init_positions_file": "../trajectories_croma/1C070_frame_5016.csv",
"velocity_init_parameters": {
"a_ped": 0.1,
"d_ped": 0.4,
Expand All @@ -20,7 +20,7 @@
"simulation_parameters": {
"fps": 100,
"time_step": 0.001,
"number_agents": 20,
"number_agents": 85,
"simulation_time": 200
},
"measurement_line": {
Expand Down Expand Up @@ -59,14 +59,14 @@
"motivation_strategy": "EVC",
"normal_v_0": 1.2,
"normal_time_gap": 1.0,
"width": 1.0,
"width": 5.0,
"height": 1.0,
"seed": 1.0,
"seed": 10.0,
"max_value_high": 2.0,
"min_value_high": 1,
"max_value_low": 0.5,
"min_value_low": 0.3,
"number_high_value": 40,
"max_value_low": 0.8,
"min_value_low": 0.5,
"number_high_value": 20,
"competition_max": 1,
"competition_decay_reward": 10,
"percent": 0.8,
Expand Down
2 changes: 0 additions & 2 deletions simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,6 @@ def init_and_run_simulation(
agent_parameters_list, exit_positions = create_agent_parameters(_data, simulation)

positions, _ = get_agent_positions(_data)
logging.info(f"{len(positions)} = ")
logging.info(positions)
ped_ids = distribute_and_add_agents(
simulation=simulation,
agent_parameters_list=agent_parameters_list,
Expand Down

0 comments on commit 8fc66ea

Please sign in to comment.