Skip to content

Commit ac8c9f3

Browse files
FIX
1 parent 6f3979c commit ac8c9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def testModel(EXPLORE_RATE):
8787
)
8888
print('Avg. train loss: %.4f' % trainLoss)
8989

90-
if params['batchSize'] < len(doomMemory):
90+
if BATCH_SIZE < len(doomMemory):
9191
trainLoss = fit_stage.train(
9292
model, doomMemory,
9393
{

0 commit comments

Comments
 (0)