Ankit Vani

Results 7 comments of Ankit Vani

In the posted example script, I'm using freedom2.wad. The map is set to `(map_idx - 1) % 32) + 1`, so it's always between 1 to 32. I tried adding...

@Miffyli I find the errors more frequently with threads = 4, even compared to the higher numbers. Could you try that with a larger timeout and maps? Usually the errors...

I tried using a different copy per thread of the .ini file, config file, and WAD file, but that did not help (which is in line with your assessment that...

Instead of using the random delay, the following code waits until one process is done importing vizdoom, creating a DoomGame instance and initializing it before the next process is created:...

Keeping this issue open until @mwydmuch decides to close it. Especially since the exact cause was still unknown.

I've also noticed that sometimes, these just aren't accurate, even with the inversion. For example: ``` [ 0 90] [0.0, -90.0] [ 0 -90] [0.0, 90.0] [1 0] [1.0, 0.0]...