Beta Version 2.24.0
Added
- Added Table, ProbitRegression and TabularREINFORCE under the “Models” section.
Changes
-
Refactored TabularReinforcementLearningBaseModel to use Table model to remove TabularReinforcementLearningBaseModel’s responsibility of performing model parameters updates under the “Models” section.
-
Renamed REINFORCE to DeepREINFORCE under the “Models” section.
Fixes
- Fixed some bugs in ZTableFunction under the “Cores” section.