kimbring2 / AlphaStar_Implementation

This project is implementation code of AlphaStar
Apache License 2.0
187 stars 26 forks source link

Process finished with exit code 137 (interrupted by signal 9: SIGKILL) #10

Closed HenryCY closed 2 years ago

HenryCY commented 2 years ago

Hi there,

When I ran the reinforcement learning, the program was interrupted with the exit code 137 (interrupted by signal 9: SIGKILL),

I found that the memory of the RAM was increasing in the Reinforcement Learning training process, and the training was interrupted when the memory was over 100%.

Step 320 image

Step 400 image

Thank you for your help.