Go to file
Jan Löwenstrom 5a4e380faf add dino jumping environment, deterministic/reproducable behaviour and save-and-load feature
- add feature to save and load learning progress (Q-Table) and current episode count
- episode end is now purely decided by environment instead of monte carlo algo capping it on 10 actions
- using linkedHashMap on all locations to ensure deterministic behaviour
- fixed major RNG issue to reproduce algorithmic behaviour
- clearing rewardHistory, to only save the last 10k rewards
- added google dino jump environment
2019-12-22 23:33:56 +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 dino jumping environment, deterministic/reproducable behaviour and save-and-load feature 2019-12-22 23:33:56 +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