Unable to see progress when using batch_run #2005
Unanswered
PreetamKulkarni
asked this question in
Q&A
Replies: 1 comment 11 replies
-
Can you elaborate on the line |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Below is the part of code where I am using batch_run.
results = mesa.batch_run(
Abstract_crowdlogistics,
parameters=DoE,
iterations=10,
max_steps=100,
number_processes=1,
data_collection_period=1,
display_progress=True,
)
results_df = pd.DataFrame(results)
However, when I run this, I do not see the progress of batch_run. Below is a snip of what I see in the console.
I am using Mesa 2.1.5.
Beta Was this translation helpful? Give feedback.
All reactions