You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to load best.keras, however whenever I try training again it resets the model. I changed modelFile in dqnAgent to match the file name is there anything else that needs to be done?
The text was updated successfully, but these errors were encountered:
Hi, to load a model you can use the run_model.py script as such:
python3 run_model.py best.keras
The run.py is only designed to train a model. However, you can also manually set the model file to the existing model and set the epsilon_stop_episode to 0 to avoid the random exploration.
Hi, I'm trying to load best.keras, however whenever I try training again it resets the model. I changed modelFile in dqnAgent to match the file name is there anything else that needs to be done?
The text was updated successfully, but these errors were encountered: