You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bash command "xhost local:" failed. Installing 'xhost' may be required for OffWorldDockerizedEnv to render properly. Further issues may be caused by this.
CalledProcessError Traceback (most recent call last)
in ()
----> 1 expl_env = gym.make('OffWorldDockerMonolithDiscreteSim-v0', channel_type=Channels.DEPTH_ONLY)
7 frames
/usr/lib/python3.6/subprocess.py in run(input, timeout, check, *popenargs, **kwargs)
436 if check and retcode:
437 raise CalledProcessError(retcode, process.args,
--> 438 output=stdout, stderr=stderr)
439 return CompletedProcess(process.args, retcode, stdout, stderr)
440
Any suggestions on the solving this problem would be great! Is it possible to use offworldai gym on colab as I need xhost? I am using colab as it has a gpu I can use for the task. How long would CPU take?
The text was updated successfully, but these errors were encountered:
I am trying to run offworld.ai gym sim expts on colab jupyter notebook as follows:
expl_env = gym.make('OffWorldDockerMonolithDiscreteSim-v0', channel_type=Channels.DEPTH_ONLY)
I get the error:
Any suggestions on the solving this problem would be great! Is it possible to use offworldai gym on colab as I need xhost? I am using colab as it has a gpu I can use for the task. How long would CPU take?
The text was updated successfully, but these errors were encountered: