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
Hi! Thank you for developing the SafeBench platform. which has been incredibly inspirational for me.
However, I am currently facing a challenge in training a valid RL-agent. When I use the command: python scripts/run.py --agent_cfg ppo.yaml --scenario_cfg standard.yaml --mode train_agent, the log indicates that no checkpoint was found, leading to training from scratch. Unfortunately, even after half a day of training, it appears that the agent has only learned to remain stationary in order to avoid crashes. Additionally, I've encountered some crashes during training, seem to be a loss of connection between the client and Carla. I am currently investigating whether this issue is specific to my setup.
Anyway, while reading the SafeBench paper, I noticed that a pretrained model from Town03 was used. I'm curious to know if there are any plans to release this model in the future. It would be incredibly valuable to have access to such a pretrained model.
Thank you once again for your work on SafeBench, and I appreciate any assistance you can provide in addressing my questions and concerns.
The text was updated successfully, but these errors were encountered:
Hi! Thank you for developing the SafeBench platform. which has been incredibly inspirational for me.
However, I am currently facing a challenge in training a valid RL-agent. When I use the command:
python scripts/run.py --agent_cfg ppo.yaml --scenario_cfg standard.yaml --mode train_agent
, the log indicates that no checkpoint was found, leading to training from scratch. Unfortunately, even after half a day of training, it appears that the agent has only learned to remain stationary in order to avoid crashes. Additionally, I've encountered some crashes during training, seem to be a loss of connection between the client and Carla. I am currently investigating whether this issue is specific to my setup.Anyway, while reading the SafeBench paper, I noticed that a pretrained model from Town03 was used. I'm curious to know if there are any plans to release this model in the future. It would be incredibly valuable to have access to such a pretrained model.
Thank you once again for your work on SafeBench, and I appreciate any assistance you can provide in addressing my questions and concerns.
The text was updated successfully, but these errors were encountered: