Release Version 1.13
Models
-
All version 1 double network reinforcement learning models no longer have setModelParametersArray() and getModelParametersArray() functions. It is replaced with setModelParameters1(), setModelParameters2(), getModelParameters1(), getModelParameters2() functions.
-
Changed the way how QLearningNeuralNetwork, StateActionRewardStateActionNeuralNetwork, ExpectedStateActionRewardStateActionNeuralNetwork and its variants calculate the loss values internally.
Experience Replays
- Improved PrioritizedExperienceReplay.
Others
- Added RandomNetworkDistillation in “Others” section for internal reward system.