JonasJosef123

Results 6 comments of JonasJosef123

First let me thank you for your answer @rht. Could you please describe shortly what this seeding process is exactly doing? On google I was only able to learn that...

I am not sure if i want determinism but rather my agents should be able to save some information (outcome of a whole model run) in their attribute and use...

Ok sure: So I am building a auction model where the Model object acts like an auctioneer and gets a specific amount of objects, the starting price and some AgentParameters...

First let me thank you for your help again! I have tried your suggestions and they work, but unfortunately the model is not doing what i want it to do....

Hey rht, I tried your suggestions but my model just stops after one run and i have to use the keyboard interrupt: ``` Traceback (most recent call last): File "run.py",...

So apparently the process gets stuck in this while loop: ``` while model.running and model.schedule.steps < self.max_steps: model.step() ``` Ok i understand know it is moving the model another step....