Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenWizard2015 committed Jan 2, 2021
1 parent 6f3979c commit ac8c9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def testModel(EXPLORE_RATE):
)
print('Avg. train loss: %.4f' % trainLoss)

if params['batchSize'] < len(doomMemory):
if BATCH_SIZE < len(doomMemory):
trainLoss = fit_stage.train(
model, doomMemory,
{
Expand Down

0 comments on commit ac8c9f3

Please sign in to comment.