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

Added optional parameters #9

Closed rpapallas closed 1 year ago

rpapallas commented 1 year ago

Added the ability to optionally set the window width/height and set window title. If not specified, defaults to previous behaviour (so should be backwards compatible).

rohanpsingh commented 1 year ago

Thanks, looks good.