Exemple #1
0
def index_dss():
    messages = [
        #"""An AI Machine-Learning System actually autonomously make an offer to you on behalf of a human PROPOSER. The human PROPOSER does not make any decisions, they only receives whatever money the system earns from this task."""
        #"Thank you for your minimum offer. You will now make another decision as a RESPONDER. An AI Machine-Learning System actually autonomously make an offer to you on behalf of a human PROPOSER. The human PROPOSER does not make any decisions, they only receives whatever money the system earns from this task."
        AI_SYSTEM_DESCRIPTION_BRIEF_RESPONDER_T3X,
    ]
    return handle_index_dss(
        TREATMENT,
        messages=messages,
        feedback_accuracy_scalas=AI_FEEDBACK_ACCURACY_RESPONDER_SCALAS_T3X)
Exemple #2
0
def index_dss():
    messages = [AI_SYSTEM_DESCRIPTION_BRIEF_STANDALONE_RESPONDER]
    return handle_index_dss(TREATMENT, messages=messages)
Exemple #3
0
def index_dss():
    messages = [
        AI_SYSTEM_DESCRIPTION_BRIEF_RESPONDER,
        AI_SYSTEM_DESCRIPTION_EXTENDED_RESPONDER
    ]
    return handle_index_dss(TREATMENT, messages=messages)