refo/src/main/java/core/algo
Jan Löwenstrom 34e7e3fdd6 distinguish learning and episodic learning, enable fast-learning without drawing every step to reduce lag
- repainting every step on no time delay will certainly freeze the app, so "fast-learning" will disable it, only refreshing current episode label
- Added new abstract class "Episodic Learning". Maybe just use an interface instead?! Important because TD learning is not episodic, needs another way to represent the rewards received (maybe mean of last X rewards or sth)
- Opening two JFrames, one with learning infos and one with environment
2019-12-21 00:23:09 +01:00
..
MC distinguish learning and episodic learning, enable fast-learning without drawing every step to reduce lag 2019-12-21 00:23:09 +01:00
TD add Random-, Greedy and EGreedy-Policy and first implementation of monte carlo method 2019-12-09 23:21:48 +01:00
Episodic.java distinguish learning and episodic learning, enable fast-learning without drawing every step to reduce lag 2019-12-21 00:23:09 +01:00
EpisodicLearning.java distinguish learning and episodic learning, enable fast-learning without drawing every step to reduce lag 2019-12-21 00:23:09 +01:00
Learning.java distinguish learning and episodic learning, enable fast-learning without drawing every step to reduce lag 2019-12-21 00:23:09 +01:00
Method.java adopt MVC pattern and add real time graph interface 2019-12-18 16:48:24 +01:00