Keras Policy

Hi,

Can someone kindly explain how Keras policy works with other policies? What is the connection between core threshold and Keras policy?

@HESHN the core threshold (from the FallbackPolicy) is the confidence Core should have to predict an action. If it’s any lower than that threshold, fallback will jump in. So if KerasPolicy predicts an action with low confidence, it will get overwritten by the fallback