Hi,
I am using this gym environment as a baseline for my RL project, but it seems that there are some issues with the server. The server memory usage keeps increasing then it stops returning this error:
Exception was "SIGSEGV: invalid attempt to write memory at address 0x0000000000000003"
I think this is due to the memory usage increase, but I'm not totally sure.
When I reset the episode I first stop every sensor, then destroy all of them along with the vehicles in the scene and setting their variables to None.
Any hint on this memory usage increase?
Thank you in advance for your help
Hi,
I am using this gym environment as a baseline for my RL project, but it seems that there are some issues with the server. The server memory usage keeps increasing then it stops returning this error:
Exception was "SIGSEGV: invalid attempt to write memory at address 0x0000000000000003"I think this is due to the memory usage increase, but I'm not totally sure.
When I reset the episode I first stop every sensor, then destroy all of them along with the vehicles in the scene and setting their variables to None.
Any hint on this memory usage increase?
Thank you in advance for your help