Implement dyna-q to finish project 7
This commit is contained in:
@@ -171,7 +171,7 @@ def test(map, epochs, learner, verbose):
|
||||
# run the code to test a learner
|
||||
def test_code():
|
||||
|
||||
verbose = True # print lots of debug stuff if True
|
||||
verbose = False # print lots of debug stuff if True
|
||||
|
||||
# read in the map
|
||||
filename = 'testworlds/world01.csv'
|
||||
|
||||
Reference in New Issue
Block a user