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

How do I set up testing for the model? #20

Open
yzf993 opened this issue May 16, 2023 · 1 comment
Open

How do I set up testing for the model? #20

yzf993 opened this issue May 16, 2023 · 1 comment

Comments

@yzf993
Copy link

yzf993 commented May 16, 2023

For example, using the IDQN model, in the main. py file, there is only the training process. So how do I set up testing for the model? Specifically, how should I set up to read the saved model and not continue optimizing model parameters during testing. Can you give some suggestions? Thanks

@Kunal-Kumar-Sahoo
Copy link

Hey, can just use the load argument in main.py code. Set it to True.

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