learn-to-race / l2r

Open-source reinforcement learning environment for autonomous racing — featured as a conference paper at ICCV 2021 and as the official challenge tracks at both SL4AD@ICML2022 and AI4AD@IJCAI2022. These are the L2R core libraries.
https://learn-to-race.org
GNU General Public License v2.0
147 stars 15 forks source link

fix camera interface reset image dimensions bug #18

Closed hermgerm29 closed 2 years ago

hermgerm29 commented 2 years ago

l2r.core.interfaces.CameraInterface returns an image of shape (width, height, 3) on reset() instead of the expected (height, width, 3)

hermgerm29 commented 2 years ago

LGTM!