Go to file
Jan Löwenstrom b1246f62cc add features to gui to control learning and moving learning listener interface to controller
- Add metric to display episodes per second
- view not implementing learning listener anymore, controller does. Controller is controlling all view actions based upon learning events. Reacts to view events via viewListener
- add executor service for learning task
- using instance of to distinguish between episodic learning and td learning
- add feature to trigger more episodes
- add checkboxes for smoothing graph, displaying last 100 rewards only and drawing environment
- remove history panel from antworld gui
2019-12-22 17:06:54 +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 features to gui to control learning and moving learning listener interface to controller 2019-12-22 17:06:54 +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