Open donghaiwang opened 1 month ago
Hello, unfortunately I don't have the code for the evaluation on the Leaderboard. If you want to run the model you should:
AutonomousAgent
class (as described here. (similar to the CILv2_RLModule.py)If you have any more questions, feel free to reply.
Thank you for your detailed replay. I have two questions about the running step.
After extracting _results.tar.gz
, how to use this trained model to test the effect in Carla scene?
When I use the command to traing PPO agent, how to view the effect during and after training?
RAY_DEDUP_LOGS=0 PYTHONPATH=. python3 train/train_ppo.py
Thank you for your detailed replay. I have two questions about the running step.
1. After extracting `_results.tar.gz`, how to use this trained model to test the effect in Carla scene? 2. When I use the command to traing PPO agent, how to view the effect during and after training? `RAY_DEDUP_LOGS=0 PYTHONPATH=. python3 train/train_ppo.py `
Thank you for you sharing. After I download the trained model, how to evaluate its performance and submit to leaderboard?