Go to file
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
.idea remove the Action interface in favour of Enums 2019-12-09 17:30:14 +01:00
gradle/wrapper init the gradle project 2019-12-06 13:11:29 +01:00
src/main/java add Random-, Greedy and EGreedy-Policy and first implementation of monte carlo method 2019-12-09 23:21:48 +01:00
.gitignore init the gradle project 2019-12-06 13:11:29 +01:00
build.gradle add basic core structure and first parts of antGame implementation 2019-12-07 22:05:11 +01:00
gradlew init the gradle project 2019-12-06 13:11:29 +01:00
gradlew.bat init the gradle project 2019-12-06 13:11:29 +01:00
settings.gradle init the gradle project 2019-12-06 13:11:29 +01:00