To set up API keys for this project, follow these steps:
-
Create a
llm_api_keys.json
private key JSON file in theapi_key
folder. The content should look something like this:{ "openai_api_key_1_wGPT4": "YOUR_KEY", "openai_api_key_2": "YOUR_KEY", "anthropic_api_key_1": "YOUR_KEY" }
-
If it's not set, we will get OPENAI_API_KEY and ANTHROPIC_API_KEY environment variables from your system.
- Static games
- Simple Prisoner's Dilemma
- Done with zero-shot prompting
- Public good
- Done with one-shot prompting
- Simple Prisoner's Dilemma
- Dynamic games
- Harvest
- Game infra set up
- Prompting tests finished
- CD experiments finished
- Stable gaming outcomes w/ CD
- Experiments
- Variation in map size
- Variation in number of agents
- Agent's scope in viewing the game
- Some agents with CD enabled, some without - currently half half
- Change contracting to P2P instead of global
- Harvest