rohanpsingh / mujoco-python-viewer

Simple renderer for use with MuJoCo (>=2.1.2) Python Bindings.
BSD 2-Clause "Simplified" License
163 stars 24 forks source link

Multiple windows from same script? #32

Open saneeeee opened 1 year ago

saneeeee commented 1 year ago

Trying to render two different simulations (two sets of model and data) from the same script results in one (previously created viewer) not being updated. Any idea how one might go about fixing this? Thanks!