pyNetLogo
pyNetLogo copied to clipboard
Hi, I am using pynetlogo package to write and read some attributes for my agents. In my NetLogo model, I have assigned 156 wells as agents, and each one has...
Hi, I am developing a GUI app using PyQt5 to start NetLogo 3D using pyNetLogo. I simply add a button in the UI and bing the click event to its...
Hi there, I want my Netlogo model to run for a certain number of ticks with pyNetlogo but I didn't find any method that can help me do this (please...
OS: Fedora 36 Netlogo version: 6.2.2 pyNetlogo version 0.4.2 python version 3.10 **Netlogo Model:** ``` to setup clear-all reset-ticks crt 10 end to go ask turtles [ move-to one-of patches...
I'm working through your introduction tutorial and I have hit a snag at item [13] for the patch report. When I execute the code its returning `https://pynetlogo.readthedocs.io/en/latest/_docs/introduction.html` It looks like...
Dear pyNetLogo Developers first, thank you very much for your great work! I have a problem when running pyNetLogo with multiprocessing. I ran the code below on a linux server...
Hello, I have to measure the time in Netlogo and got this problem. I summed it up to keep the essential: In Netlogo. ``` globals [ time step-time ] to...
I've been starting to use the examples from https://readthedocs.org/projects/pynetlogo/downloads/pdf/latest/, and I've found an issue in the repeat_report command as used on page 9. It appears that running repeat_report after other...
https://github.com/quaquel/pyNetLogo/blob/b944208036c9ef7a9b0b31c8c890a05cdb73f98d/docs/source/_docs/pyNetLogo%20demo%20-%20SALib%20sequential.ipynb#L119 Quite simply running the example code with n = 1000 will give the warning: ` Convergence properties of the Sobol' sequence is only valid if 'N' (1000) is equal...
https://github.com/quaquel/pyNetLogo/blob/b944208036c9ef7a9b0b31c8c890a05cdb73f98d/pyNetLogo/core.py#L573-L575 The problem is that the netlogo code here becomes: file-open "folder/count object where [ string = "value"].txt" Meaning netlogo understands: ``` file-open "folder/count object where [ string = "...