-
Notifications
You must be signed in to change notification settings - Fork 32
Description
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