You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please let me know, If I can train "DRL_based_SelfDrivingCarControl" for a Semi Autonomous Car with a level 2 autonomy?
I am looking for training the following scenario in Indian Road(Please review the screen shots attached) - the scenario is similar to application of ADAS in Cars like Volvo XC90
Scenario 1 - Car A and Car B are in the same side of the road(lane concept is not included), Car B is stopped in front of Car A
Scenario 2 - Car A moves to a particular distance(behind Car B), alerted by Radar / LIDAR(Cube's color changed from black to red) - Car A is manually driven by a human driver
Scenario 3 - Realizing the Radar alert, Car A switches to autonomous mode, takes control from the driver and steers the Car A sideways to avoid crash
Can you please let me know, if I can simulate a training scenario in DRL, I am confused about how to drive the car manually during the DRL training.
Can you please help me.
Thanks
Guru
The text was updated successfully, but these errors were encountered:
Hello! I think this scenario can be trained by DRL.
I think DRL algorithm for continuous action space, such as PPO or SAC can be used.
Or I think discrete action space algorithms can be used similar to my project. In my project, the behaviors of the vehicle (ex. lane change to left lane, acceleration, ...) is implemented using PID controller and the DRL algorithm only determines the behavior of the vehicle.
However, I think you should consider how to choose the proper reward function.
Yes, we will also implement DRL in only determining the behaviour of the vehicle such as
1) Do nothing
2) Acceleration
3) Deceleration
4) Change to left
5) Change to right
Can you please explain me what is a PID controller? as I am also interested to steer the vehicle based on PID Controller.
@Kyushik
Good Day!
Can you please clarify my questionns?
I am looking for training the following scenario in Indian Road(Please review the screen shots attached) - the scenario is similar to application of ADAS in Cars like Volvo XC90
Scenario 1 - Car A and Car B are in the same side of the road(lane concept is not included), Car B is stopped in front of Car A
Scenario 2 - Car A moves to a particular distance(behind Car B), alerted by Radar / LIDAR(Cube's color changed from black to red) - Car A is manually driven by a human driver
Scenario 3 - Realizing the Radar alert, Car A switches to autonomous mode, takes control from the driver and steers the Car A sideways to avoid crash
Can you please let me know, if I can simulate a training scenario in DRL, I am confused about how to drive the car manually during the DRL training.
Can you please help me.
Thanks
Guru
The text was updated successfully, but these errors were encountered: