Skip to content

Commit

Permalink
Update 1. collect_data.py
Browse files Browse the repository at this point in the history
setting start value to 1
  • Loading branch information
Sentdex authored Jun 1, 2017
1 parent 617a20e commit 74e244d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1. collect_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
sd = [0,0,0,0,0,0,0,1,0]
nk = [0,0,0,0,0,0,0,0,1]

starting_value = 1058
starting_value = 1

while True:
file_name = 'training_data-{}.npy'.format(starting_value)
Expand Down

0 comments on commit 74e244d

Please sign in to comment.