unilab.visualization.playback

Playback rendering compatibility entrypoint.

Functions

render_play_mode(env, *, sim_backend, ...[, ...])

Run playback through the env/backend playback contract.

unilab.visualization.playback.render_play_mode(env, *, sim_backend, initialize, step, num_steps, output_video=None, render_spacing=None, render_offset_mode=None, headless=None, record_video=None, frame_state_getter=None, camera_kwargs=None, extra_data_getter=None)[source]

Run playback through the env/backend playback contract.

sim_backend is retained for older call sites; backend selection now belongs to env.run_playback() and concrete backend implementations.

Parameters:
Return type:

str | None