After starting VNC server, executing the simplest environment initialization script,
import minerl import gym env = gym.make('MineRLNavigateDense-v0')
while specifying DISPLAY, in the following way
DISPLAY=:<vnc#> python script.py
still results in an error, regarding the inability to detect X server, monitor, etc.
In contrast, launching xclock with the same DISPLAY specification works perfectly.
What steps should I take in order to try and resolve this issue?