Implement dyna-q to finish project 7

This commit is contained in:
2020-10-19 08:56:24 -04:00
parent 22022c3780
commit d112dce5f5
2 changed files with 37 additions and 14 deletions

View File

@@ -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'