Skip to content

Commit

Permalink
Update dqnAgents.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davide97l committed Apr 12, 2020
1 parent c3480b4 commit 20de04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dqnAgents.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# only params value can be modified
params = {
# Model backups
'load_file': None, # relative path to the saved model
'load_file': "model-trcikyClassic_585898_9422", # relative path to the saved model
'save_file': "smallClassic", # name of the model
'save_interval': 100000, # Number of steps between each checkpoint

Expand Down

0 comments on commit 20de04a

Please sign in to comment.