davehg / rl-library

Automatically exported from code.google.com/p/rl-library
Apache License 2.0
0 stars 0 forks source link

Proving App Crashes on not-mountain car #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When sending the last MDP results on helicopter and tetris, the app crashes
with a 500.

We added some debug statements to the program flow, so things look like
this when you run Tetris:
envShell: Connecting to 127.0.0.1 on port 4096...Connected
Trying to send file:
../system/proving/results/Helicopter/3852ffab83cb7eaa34b4995e9282f383god1/0.resu
lts.gz
Trying to send file:
../system/proving/results/Helicopter/3852ffab83cb7eaa34b4995e9282f383god1/1.resu
lts.gz
Trying to send file:
../system/proving/results/Helicopter/3852ffab83cb7eaa34b4995e9282f383god1/2.resu
lts.gz
Trying to send file:
../system/proving/results/Helicopter/3852ffab83cb7eaa34b4995e9282f383god1/3.resu
lts.gz
Trying to send file:
../system/proving/results/Helicopter/3852ffab83cb7eaa34b4995e9282f383god1/4.resu
lts.gz
An http error occured. Got status 500
java.lang.Exception: Stack trace
    at java.lang.Thread.dumpStack(Thread.java:1176)
    at
phoneHomeInterface.PhoneHomeConnection.handleFailure(PhoneHomeConnection.java:19
8)
    at
phoneHomeInterface.PhoneHomeConnection.sendResults(PhoneHomeConnection.java:186)
    at proving.Controller.runExperiment(Controller.java:128)
    at proving.Controller.access$200(Controller.java:28)
    at proving.Controller$doStuffThread.run(Controller.java:343)
-- Proving software finished

Original issue reported on code.google.com by brian.ta...@gmail.com on 30 Nov 2007 at 6:11

GoogleCodeExporter commented 8 years ago

Original comment by brian.ta...@gmail.com on 30 Nov 2007 at 7:07