curiosity/baseline_models.py [64:74]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                 fact_ranker: FactRanker,
                 dropout_prob: float,
                 sender_emb_size: int,
                 act_emb_size: int,
                 fact_loss_weight: float,
                 fact_pos_weight: float,
                 utter_embedder: TextFieldEmbedder = None,
                 utter_context: Seq2VecEncoder = None,
                 disable_known_entities: bool = False,
                 disable_dialog_acts: bool = False,
                 disable_likes: bool = False,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



curiosity/models.py [65:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        fact_ranker: FactRanker,
        dropout_prob: float,
        sender_emb_size: int,
        act_emb_size: int,
        fact_loss_weight: float,
        fact_pos_weight: float,
        utter_embedder: TextFieldEmbedder = None,
        utter_context: Seq2VecEncoder = None,
        disable_known_entities: bool = False,
        disable_dialog_acts: bool = False,
        disable_likes: bool = False,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



