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
I am trying to make few landmarks as stationary lines and few as rectangular blocks. I could change render() function to get either everything as square or circle by editing line 231 of environment.py as below. But this can either be circle or rectangle. Can I have a combination of both.
if block:
geom = rendering.make_polygon(v)
else:
geom = rendering.make_circle(entity.size)
The text was updated successfully, but these errors were encountered:
I am trying to make few landmarks as stationary lines and few as rectangular blocks. I could change render() function to get either everything as square or circle by editing line 231 of environment.py as below. But this can either be circle or rectangle. Can I have a combination of both.
The text was updated successfully, but these errors were encountered: