dusty-nv / jetson-reinforcement

Deep reinforcement learning GPU libraries for NVIDIA Jetson TX1/TX2 with PyTorch, OpenAI Gym, and Gazebo robotics simulator.
MIT License
874 stars 225 forks source link

OSE ERrror with BipedalWalker After correctly running #19

Closed aysegulucar2016 closed 6 years ago

aysegulucar2016 commented 6 years ago

Hi, I runned two lines $ cd jetson-reinforcement/python/A3G $ python main.py --env BipedalWalkerHardcore-v2 --workers 8 --gpu-ids 0 --amsgrad True --model CONV --stack-frames 4

After correctly running 3 hours, I closed and at time same time, img_8418 I get the error in figure.

What is error? In new terinal, I tried the two same lines, it gives same error without main.py window.

Many thanks

aysegulucar2016 commented 6 years ago

It was solved.