lab icon indicating copy to clipboard operation
lab copied to clipboard

how to activate rendering

Open ava6969 opened this issue 3 years ago • 1 comments

i built file:///home/dewe/lab/bazel-bin/deepmind_lab.so file:///home/dewe/lab/bazel-bin/libdmlab_headless_hw.so file:///home/dewe/lab/bazel-bin/libdmlab_headless_sw.so with --define=osmesa_or_glx

do i choose sdl if i want actual video rendering, just for debugging reasons.

ava6969 avatar Jun 10 '21 09:06 ava6969

I think you want --define=graphics=sdl for that. (Note also that the other settings are --define=graphics=osmesa_or_glx etc.)

You wouldn't be using the "headless" versions then, but instead the "headful" version that uses SDL for on-screen drawing.

tkoeppe avatar Aug 16 '21 11:08 tkoeppe