bradyz / 2020_CARLA_challenge

"Learning by Cheating" (CoRL 2019) submission for the 2020 CARLA Challenge
181 stars 49 forks source link

HAS_DISPLAY and DEBUG_CHALLENGE's effects #32

Closed omerXfaruq closed 2 years ago

omerXfaruq commented 3 years ago

Hello There;

export DEBUG_CHALLENGE=1
export HAS_DISPLAY=1

I put these lines into run_agent.sh but nothing happens? I expected them to generate a window like this: https://github.com/bradyz/2020_CARLA_challenge/blob/master/assets/sample_route.gif

What are their efffect?

bradyz commented 3 years ago

you should see a window like that pop up - make sure your DISPLAY environmental variable is set up correctly

additionally you can just check to see if any cv.imshow works on your machine

omerXfaruq commented 2 years ago

Oh what an old issue :)

How are you doing @bradyz? Are you still working on e2e autonomous driving and Carla?

bradyz commented 2 years ago

lol nice to hear from you :) - doing a bit more vision recently but still keeping up with planning / e2e! not much CARLA stuff lately though :(

omerXfaruq commented 2 years ago

Good work :)