cyberbotics / webots

Webots Robot Simulator
https://cyberbotics.com
Apache License 2.0
3.21k stars 1.68k forks source link

memory leaks with NAO robot using RL #6126

Open hengyue-dunhuang opened 1 year ago

hengyue-dunhuang commented 1 year ago

Describe the Bug It seems that memory leaks happend when I trained my NAO robot with REINFORCEMENT LEARNING.

Screenshots image after few minutes image

System -Windows 10

Additional Contents This is my world image This is NAO image

ygoumaz commented 1 year ago

Could you please provide some additional details so that I can investigate the source of the leak?

If you have access to a Linux machine, I suggest you to run your project there and use the Heaptrack tool which is very intuitive to find memory leak sources. Otherwise, if possible, you can also provide your project and I can have a look myself.

hengyue-dunhuang commented 1 year ago

Thanks for your reply, I will do the same thing in my ubuntu18.04 with the help of Heaptrack.