Release Version 2.24
Models
-
Added Table, ProbitRegression and TabularREINFORCE.
-
Refactored TabularReinforcementLearningBaseModel to use Table model to remove TabularReinforcementLearningBaseModel’s responsibility of performing model parameters updates.
-
Renamed REINFORCE to DeepREINFORCE.
Cores
- Fixed some bugs in ZTableFunction.