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
Is continuous rendering with --video the intended behavior, or is there an existing way to restrict
rendering (and camera pipeline updates) to the active recording windows only?
Is there a recommended alternative for periodic offline visual monitoring under the Newton backend that
avoids the RTX pipeline entirely (e.g. periodic Newton viewer / Rerun captures)?
Environment
Isaac Lab: develop (Newton physics backend, MJWarp solver)
Questions
--videothe intended behavior, or is there an existing way to restrictrendering (and camera pipeline updates) to the active recording windows only?
avoids the RTX pipeline entirely (e.g. periodic Newton viewer / Rerun captures)?
Environment
dt=0.005,decimation=4,render_interval=4train.py --task <task> --headless --viz none --video --video_length 200 --video_interval 2000→ ~10 s/iteration vs ~1 s/iteration without
--video