Is there a simple command to run already an already trained model, but without learning? I understand I can comment on the training in the code and remove the epsilon greedy action selection to add a selection that always chooses the learned model, but isn't there a straightforward way or command to run a trained model n times to get results for analysis?
Hi there,
Is there a simple command to run already an already trained model, but without learning? I understand I can comment on the training in the code and remove the epsilon greedy action selection to add a selection that always chooses the learned model, but isn't there a straightforward way or command to run a trained model n times to get results for analysis?