Beispiel #1
0
 def item_feature_config(self) -> rlt.ModelFeatureConfig:
     return get_feature_config(self.item_float_features)
Beispiel #2
0
 def action_feature_config(self) -> rlt.ModelFeatureConfig:
     assert len(self.action_float_features
                ) > 0, "You must set action_float_features"
     return get_feature_config(self.action_float_features)
Beispiel #3
0
 def state_feature_config(self) -> rlt.ModelFeatureConfig:
     return get_feature_config(self.state_float_features)
 def action_feature_config(self) -> rlt.ModelFeatureConfig:
     return get_feature_config(self.action_float_features)