Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pelease help me #25

Open
QianJin0729 opened this issue Dec 3, 2020 · 1 comment
Open

pelease help me #25

QianJin0729 opened this issue Dec 3, 2020 · 1 comment

Comments

@QianJin0729
Copy link

when I test,but fail. the problem show“The model number specified does not exist in the models folder”
can you help me solve it?

@greeneley
Copy link

You have not modified yet the configuration in testing_settings.ini
By default, testing_main.py will check the model in folder /models/model_2. You can replace the value "2" into another by changing directly the param: model_to_test in testing_settings.ini
For example: I trained a model, and it was saved in /models/model_11. To check this model, I must setting like that in testing_setting.ini:

[dir]
models_path_name = models
sumocfg_file_name = sumo_config.sumocfg
model_to_test = 11

Good luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants