Open Cyclones-Y opened 10 months ago
I also met this problem. However, I do not run the game on docker as I do not know how to create the image guandan_actor:v5. How do you create it?
It seems that the error is resulted from "Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory". Well, maybe I can upload the actor image to this program.
Well, the actor image is too large to upload to github. I may upload it to netdisk.
Well, the actor image is too large to upload to github. I may upload it to netdisk.
Which netdisk?
I trained the DMC model and ran the project directory actor_n,learner_n
When I leaner the docker container run the start.sh file in the learner_n directory: sshpass ssh root@172.15.15.5 "bash /yzm/Danzero_plus/actor_n/start.sh" nohup /usr/bin/python -u /yzm/Danzero_plus/learner_n/learner.py > /yzm/Danzero_plus/learner_n/learner_out.log 2>&1 &
I am able to start the game.py and actor.py files under the actor container, but why does my FPS output from the learner.py stay at 0? Running game.py outputs messages normally. This is the log of my actor.py file: