florianshkurti / csc2626w22

15 stars 12 forks source link

data attribute does not exist in newer pyglet package #1

Open KarHam opened 2 years ago

KarHam commented 2 years ago

That may cause an issue for some people as it did with me. To fix this, I went to line 220 of full_state_car_racing_env.py and changed image_data.data to image_data.get_data()