Pi-Star-Lab/RESCO

How do I set up testing for the model?

yzf993 opened this issue · 1 comments

yzf993 commented

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

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