Commit Graph

3 Commits

Author SHA1 Message Date
Jan Löwenstrom 64355e0b93 add javadoc 2019-12-27 00:50:59 +01:00
Jan Löwenstrom 55d8bbf5dc add Random-, Greedy and EGreedy-Policy and first implementation of monte carlo method
- fixed bug regarding wrong generation of hashCode. hashCodes needs to be equal across equal objects. Compute hashCode on final states once and return this value instead of computing it every time .hashCode() gets called.
-
2019-12-09 23:21:48 +01:00
Jan Löwenstrom 0100f2e82a remove the Action interface in favour of Enums 2019-12-09 17:30:14 +01:00