udacity / dlnd-issue-reports

5 stars 0 forks source link

Simulation in project 5 does not stop after crash or runtime #564

Closed KarlisJ closed 6 years ago

KarlisJ commented 6 years ago

/Users/karlis/Projects/phyton/dl_nanodegree/RL-Quadcopter-2/physics_sim.py:116: RuntimeWarning: overflow encountered in double_scalars C_T = max(.12 - .07max(0, J)-.1max(0, J)2, 0) /Users/karlis/Projects/phyton/dl_nanodegree/RL-Quadcopter-2/physics_sim.py:69: RuntimeWarning: overflow encountered in square linear_drag = 0.5 self.rho self.find_body_velocity()2 self.areas self.C_d

lcrucks commented 6 years ago

Hi,

Could you detail exactly what error you are getting in the project (beyond the traceback; when and where does it occur? What's the context?)

KarlisJ commented 6 years ago

Sorry for late update. I finally found my own mistake. I had overwritten the done variable in my task definition.