Skip to content

Commit

Permalink
generate_agents_data path
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiaPsarou committed Dec 5, 2024
1 parent df630d2 commit cdb3a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RouteRL/generate_agent_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def save_agents(agents_df, save_to):
num_origins = len(params[kc.ORIGINS])
num_destinations = len(params[kc.DESTINATIONS])

agents_data_path = kc.AGENTS_DATA_PATH
agents_data_path = params[kc.AGENTS_DATA_PATH]

agents_df = generate_agents_data(num_agents, ratio_mutating, agent_attributes, simulation_timesteps, num_origins, num_destinations)
save_agents(agents_df, agents_data_path)
Expand Down

0 comments on commit cdb3a4a

Please sign in to comment.