We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00191bd commit c58b211Copy full SHA for c58b211
llm_cooperation/experiments/dilemma.py
@@ -182,7 +182,7 @@ def payout(amount: int) -> str:
182
return f"${amount}.00"
183
184
def round_instructions() -> str:
185
- if participant["chain_of_thought"]:
+ if participant[CONDITION_CHAIN_OF_THOUGHT]:
186
return f"""
187
For each round, give your answer in the format below on two separate lines:
188
Explanation: [why I made my choice]
0 commit comments