Segmentation Fault (“Core dumped”) stopped my python script
Hello,
im currently trying to train a robot to navigate with deep reinforcement learning and wrote a python script that implements this. Today i started training and after about 250 episodes the script suddenly stopped and there was just this error message:
Segmentation Fault (“Core dumped”)
How does this error occur and how can i fix it and stop it from happening?
Can you please update your question with a copy and paste of your code? It's difficult to help without it