-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run train_sac.py in map(a), and the car gets stuck in circling around the start location #3
Comments
This phenomenon of circling around also happened during my experiments but after some update times (maybe half an hour, or longer), the agent can jump out from this phenomenon. |
I have a similar issue, the car hits the boundary and gets stuck for quite a while before moving back to road center, and in some cases gets stuck forever and couldn't get back to the road. I checked the file carla_tools.py from line 502 to 523, indeed there's no 'notification' attribute defined for the class 'HUD'. Could it be removed during certain commit? Traceback pointing to /code/carla_tools.py line 726, which says Edit: I'm running train_sac.py with the train map (./CarlaUE4.sh /Game/Carla/ExportedMaps/train), the vehicle takes a right turn and hits the road boundary, then the error message above seem to loop endlessly. |
@Yan81192 Hi Yan, how did you find the maps. I can't find any file related to the maps in this repository. Thank you for your help! |
|
How can i solve it ? And how to train the car by using DQN, DDPG ? Thank you
The text was updated successfully, but these errors were encountered: