qgallouedec / panda-gym

Set of robotic environments based on PyBullet physics engine and gymnasium.
MIT License
506 stars 109 forks source link

PyBullet argument list reduction via whitespace removal #44

Closed jonasreiher closed 1 year ago

jonasreiher commented 1 year ago

Adresses #43. Previously, over 40 command line arguments were sent to PyBullet and printed to the console due to extra spaces in the options string. This minor change reduces this to 3 background color command line arguments.

qgallouedec commented 1 year ago

Thank you for your contribution @jonasreiher!