google-deepmind / lab

A customisable 3D platform for agent-based AI research
Other
7.06k stars 1.36k forks source link

how to activate rendering #220

Open ava6969 opened 3 years ago

ava6969 commented 3 years ago

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.

tkoeppe commented 2 years ago

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.