cjy1992 / gym-carla

An OpenAI gym wrapper for CARLA simulator
MIT License
531 stars 111 forks source link

Regarding the movement of the ego vehicle #55

Open Ahnhojin1223 opened 3 months ago

Ahnhojin1223 commented 3 months ago

The ego vehicle simply goes straight, either ending the episode by colliding with the car in front or by veering off the road. Is there any way to make it follow the road better or reduce collisions?

Is training required before running test.py?