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,0,0,1,0,1,0,2
1,0,0,0,0,0,1,0,0,0
0,0,1,1,0,1,0,1,0,1
1,1,0,0,0,0,1,0,0,0
0,0,0,0,0,0,0,0,1,0
0,1,0,1,1,0,0,1,0,0
1,0,0,0,0,1,0,0,0,1
0,0,0,0,0,0,0,1,0,0
1,0,1,0,0,1,0,0,1,0
3,0,0,0,0,0,1,0,0,0
1 0 1 0 0 0 1 0 1 0 2
2 1 0 0 0 0 0 1 0 0 0
3 0 0 1 1 0 1 0 1 0 1
4 1 1 0 0 0 0 1 0 0 0
5 0 0 0 0 0 0 0 0 1 0
6 0 1 0 1 1 0 0 1 0 0
7 1 0 0 0 0 1 0 0 0 1
8 0 0 0 0 0 0 0 1 0 0
9 1 0 1 0 0 1 0 0 1 0
10 3 0 0 0 0 0 1 0 0 0