Commit Graph

4 Commits

Author SHA1 Message Date
Jan Löwenstrom a8f8af1102 add gradle wrapper and jar building 2020-01-01 18:58:25 +01:00
Jan Löwenstrom 195722e98f enhance save/load feature and change thread handling
- saving monte carlo did not include returnSum and returnCount, so it the state would be wrong after loading. Learning, EpisodicLearning and MonteCarlo classes are all overriding custom save and load methods, calling super() each time but including fields that are necessary to replace on runtime.
- moved generic episodic behaviour from monteCarlo to abstract top level class
- using AtomicInteger for episodesToLearn
- moved learning-Thread-handling from controller to model. Learning got one extra Leaning thread.
- add feature to use custom speed and distance for dino world obstacles
2019-12-29 01:12:11 +01:00
Jan Löwenstrom 7f18a66e98 add random policy test 2019-12-12 00:20:38 +01:00
Jan Löwenstrom 66ee33b77f init the gradle project 2019-12-06 13:11:29 +01:00