Go to file
Jan Löwenstrom 7db5a2af3b add fix RNG, add extended interface EpsilonPolicy and move rewardHistory to model instead of view
- only setting the seed of RNG once at the beginning and not reseeding it afterwards. Deep copying
the initial AntWorld to use as blueprint for resetting the world instead of reseeding and creating pesudo random again. Reseeding the RNG has influence action selecting to always
choose the same trajectory.
- instance of is used to determine if policy has epsilon or not and the view will adopt to this, only showing epsilon slider if policy has epsilon
2019-12-20 16:51:09 +01:00
.idea adopt MVC pattern and add real time graph interface 2019-12-18 16:48:24 +01:00
gradle/wrapper add random policy test 2019-12-12 00:20:38 +01:00
src add fix RNG, add extended interface EpsilonPolicy and move rewardHistory to model instead of view 2019-12-20 16:51:09 +01:00
.gitignore add random policy test 2019-12-12 00:20:38 +01:00
build.gradle adopt MVC pattern and add real time graph interface 2019-12-18 16:48:24 +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