memory issue in evaluation#230
Conversation
|
I must have a better JVM or more RAM, because this does not run out of memory for me. I will try to see whether I can make it run longer. |
|
@mohsen-ghaffari1992 I am confused. I am looking into src/test/scala/symsim/examples/concrete/simplemaze/SarsaExperiments.scala, but this file seems to run only 5 evaluation episodes. So I cannot understand how this can run out of memory for you? |
|
@wasowski |
|
A ok. This makes sense. So for 10 000 episodes you get a crash during evaluation? (I can see that learning is still run in this example). |
|
Exactly! |
The simple maze trials are now longer which results in heap issues while evaluating. To see the results
testOnly symsim.examples.concrete.simplemaze.SarsaExperimentsIf you did not see the heap issue, please try again. Because it is appearing when the learned policy has situation that timeout happens.