alberto-mate/CARLA-SB3-RL-Training-Environment

How to display the main image after rendering?

Closed this issue · 6 comments

I encountered a strange issue where the main image is not being displayed. I downloaded your code and ran the environment, but the main image is not showing. Have you encountered this issue before, and how can it be resolved?
2023-07-14 22-50-47 的屏幕截图

Hey how did you make it to work? I am getting this error Carla ROOT has not been set.
My hardware is Carla 9.13 on Windows System.

I encountered a strange issue where the main image is not being displayed. I downloaded your code and ran the environment, but the main image is not showing. Have you encountered this issue before, and how can it be resolved? 2023-07-14 22-50-47 的屏幕截图

Hey, I met the same problem too. Could you please advise me on how to address it? I would greatly appreciate any suggestions or guidance you could provide.

Hey, I met the same problem too. Could you please advise me on how to address it?

Hi, I met this problem too. The training process seems still work, while I`m wondering how this could this be solved?

I found that although the training code is not displayed, the test code can be displayed.

Hi! To render the back-top camera view of the car during training, set the variable activate_spectator=True.

https://github.com/alberto-mate/CARLA-SB3-RL-Training-Environment/blob/73d158ff8fdfcc38025ddcd1cbd4f5439e1e53ba/train.py#L53C1-L54C1

Note that this flag is always set to True during testing/evaluation. However, in training, it’s False by default to save computational resources.

If you encounter any further issues, feel free to ask!