dotchen / WorldOnRails

(ICCV 2021, Oral) RL and distillation in CARLA using a factorized world model
https://dotchen.github.io/world_on_rails/
MIT License
166 stars 29 forks source link

No --agent-config in evaluate.py #49

Open xolovezarii opened 7 months ago

xolovezarii commented 7 months ago

Make sure you have read FAQ before posting. Thanks! Hi. First of all thank you for your amazing opensource implementation. In the evaluation part, when I run the 'python evaluate.py --agent-config=[PATH TO CONFIG]' command I got this error: pygame 2.5.2 (SDL 2.28.2, Python 3.7.12) Hello from the pygame community. https://www.pygame.org/contribute.html usage: evaluate.py [-h] [--host HOST] [--trafficManagerSeed TRAFFICMANAGERSEED] [--timeout TIMEOUT] [--port PORT] [--repetitions REPETITIONS] [--track TRACK] [--resume RESUME] [--checkpoint CHECKPOINT] evaluate.py: error: unrecognized arguments: --agent-config=/home/zahra/WorldOnRails/main_model_10.th

And there is no --agent-config for me.

I also have a question about using test mode and pretrained weights. How should we use them and where should we mention them to evaluate?

I'm waiting for your response. Thanks