50k trained dql

This commit is contained in:
lechwolowski 2020-05-19 23:24:13 +02:00
parent ec260e2f61
commit f637781152
4 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ EPSILON_DECAY = 0.9999
MIN_EPSILON = 0.1
# Stats settings
AGGREGATE_STATS_EVERY = 10 # episodes
AGGREGATE_STATS_EVERY = 200 # episodes
ENV = GcEnv()

View File

@ -131,7 +131,7 @@ while RUNNING:
else:
if not MODEL:
MODEL = load_model(os.path.join(
'trained_models', 'Runs-30k-Step_limit-5000'))
'trained_models', 'Runs-50k-Step_limit-5000'))
RUN_Q = True
GC.render()

Binary file not shown.