Nick Malleson
Nick Malleson
I have recently upgdated to Spigot 1.17. Now if I try to run any javascript commands from within the game nothing happens, and I get this message from the server...
I'm new to ScriptCraft, so apologies in advance if I've done something stupid. I am using ScriptCraft version 3.4.0 (https://github.com/walterhiggins/ScriptCraft/releases/tag/3.4.0) running with spigot-1.16.2 on OS X Catalina (10.15.6). I have...
.ix has been deprecated which meant the matching didn't work for me. I made a 1-line change to match.py, replacing the `.ix` call with `.iloc`. I tested the change in...
When recording colisions, distinguish between agent-agent collisions and agent-environment colisions
At the moment the collisions map produced by `stationsim_gcs` (e.g. `model.get_collision_map()`) shows most collisions happenning when agents meet the central barrier. It would be good to distinguish these collisions (which...