refo/src/main/java
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
..
core add fix RNG, add extended interface EpsilonPolicy and move rewardHistory to model instead of view 2019-12-20 16:51:09 +01:00
evironment/antGame add fix RNG, add extended interface EpsilonPolicy and move rewardHistory to model instead of view 2019-12-20 16:51:09 +01:00
example add fix RNG, add extended interface EpsilonPolicy and move rewardHistory to model instead of view 2019-12-20 16:51:09 +01:00