How to execute the CoppeliaSim via SSH?
Posted: 13 May 2020, 14:29
hello,
i'm trying to train my deep reinforcement learning policy with a remote server, CoppeliaSim and PyRep.
I copy the folder "CoppeliaSim" and "PyRep" in the root path of server. And i want to implement the algorithm in Anaconda environment.
but when i run the code and got the following error:
how can I solve this problem or execute CoppeliaSim in remote Server?
Jian
i'm trying to train my deep reinforcement learning policy with a remote server, CoppeliaSim and PyRep.
I copy the folder "CoppeliaSim" and "PyRep" in the root path of server. And i want to implement the algorithm in Anaconda environment.
but when i run the code and got the following error:
Code: Select all
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in home/unufp/CoppeliaSimEdu even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available paltform plugins are: eglfs, linuxxfb, minimal, minimalegl, offscreen, vnc, webgl, xcb
Jian