Add files for qlearning assignment

This commit is contained in:
2020-10-15 16:44:21 -04:00
parent 6a9e762012
commit cefc6f7893
15 changed files with 782 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
0,1,0,1,0,0,0,0,0,0
0,1,0,1,0,0,0,0,0,0
0,1,0,0,0,0,0,0,0,0
0,1,0,1,1,1,1,1,1,1
3,1,0,1,0,0,0,0,0,0
0,1,0,1,0,0,1,0,0,2
0,0,0,1,0,0,1,0,0,0
0,1,0,0,0,0,1,1,1,1
0,1,0,1,0,0,0,0,0,0
0,0,0,1,0,0,0,0,0,0
1 0 1 0 1 0 0 0 0 0 0
2 0 1 0 1 0 0 0 0 0 0
3 0 1 0 0 0 0 0 0 0 0
4 0 1 0 1 1 1 1 1 1 1
5 3 1 0 1 0 0 0 0 0 0
6 0 1 0 1 0 0 1 0 0 2
7 0 0 0 1 0 0 1 0 0 0
8 0 1 0 0 0 0 1 1 1 1
9 0 1 0 1 0 0 0 0 0 0
10 0 0 0 1 0 0 0 0 0 0