Argos produces 0 byte "string_map.dat" files #420
-
Hi, I am trying to enable Argos to dump based on cycle ranges (using the built-in "--debug-on" and "-r" command-line parameters). However I found that this leads to empty string_map.dat files, which argos.py then emits a runtime error about when viewing the file. There are no errors during the runtime production with this file however. I tried dumping from cycle 1 and this works (and produces non-empty string_map.dat files). Is this a known bug, and is there a workaround for this issue? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hmmm... dumb question, are you doing this?
expecting the simulator to turn debugging on after 100K cycles and run an additional 10k? |
Beta Was this translation helpful? Give feedback.
Thanks for the suggestion - I was able to have non-empty string_map.dat if I increased to 106k cycles. It might be good to give a warning about this file is empty during generation time so the user is aware of this.