mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-28 17:29:41 +00:00
a little more agro prompts
This commit is contained in:
parent
a7d7703d7f
commit
ff1f410f74
3 changed files with 6 additions and 3 deletions
|
|
@ -19,9 +19,9 @@ Based on these negotiations, your goals, relationships, and the overall game sta
|
|||
Return your response as a single JSON object with the following keys:
|
||||
- "negotiation_summary": (string) Your summary of the negotiations.
|
||||
- "intent": (string) Your strategic intent for the upcoming orders.
|
||||
- "relationship_updates": (object) A dictionary where keys are power names (e.g., "FRANCE") and values are their new relationship status (e.g., "Friendly"). Only include powers whose relationships you wish to update.
|
||||
- "relationship_updates": (object) A dictionary where keys are power names (e.g., "FRANCE") and values are their new relationship status (e.g., "Friendly"). Only include powers whose relationships you wish to update. You may need to make strategic friends/allies to progress your ambitions.
|
||||
|
||||
Example for "relationship_updates":
|
||||
{{ "FRANCE": "Friendly", "GERMANY": "Unfriendly" }}
|
||||
{{ "FRANCE": "Friendly", "GERMANY": "Unfriendly", "AUSTRIA":"Ally", "RUSSIA":"Enemy", "ITALY":"Neutral"}}
|
||||
|
||||
Do not include any other text, commentary, or explanation outside the JSON structure.
|
||||
|
|
@ -1,12 +1,14 @@
|
|||
**ORDER SUBMISSION INSTRUCTIONS**
|
||||
THE ULTIMATE GOAL IS 18 SUPPLY CENTERS, NOTHING ELSE WILL DO.
|
||||
|
||||
1. **Analyze:** Review the current game state, previous orders, messages, and potential motivations of other powers provided in the context.
|
||||
1. **Analyze:** Review the current game state, previous orders, messages, and potential motivations of other powers provided in the context. **Strategic Mindset:** Your primary objective is expansion. Prioritize capturing supply centers and seizing opportunities aggressively. Avoid passive or purely defensive postures. If one path to expansion is blocked, actively seek alternative avenues. Calculated risks are encouraged if they offer significant gains.
|
||||
2. **Reason Step-by-Step:** Before providing orders, clearly write out your thinking process. Explain your strategic goals for this phase and why you are choosing specific moves, supports, or holds.
|
||||
3. **Format Orders:** Provide your final orders exclusively within a JSON block, prefaced EXACTLY by `PARSABLE OUTPUT:`. Do not include any text after the closing brace `}}`.
|
||||
|
||||
**CRITICAL RULES:**
|
||||
* Your orders *must* be chosen from the `possible_orders` list provided in the context.
|
||||
* Support orders must correspond to an actual move or hold order you are issuing (e.g., `A PAR S F PIC - ENG` requires `F PIC - ENG`).
|
||||
|
||||
* **Build Orders (During Build Phases Only):** To build a new unit in one of your owned and vacant supply centers, use the format `[UnitType] [Location3LetterCode] B`. `UnitType` is `A` for Army or `F` for Fleet. For example: `A PAR B` (Build Army in Paris), `F LON B` (Build Fleet in London). Your `possible_orders` list will show available build locations and unit types.
|
||||
* **Dual-Coast Provinces**: For fleets in or moving to/from provinces with multiple distinct coasts (e.g., St. Petersburg (STP), Spain (SPA), Bulgaria (BUL)), you MUST specify the coast if it's relevant to the order's validity or ambiguity. Use the format `F [PROVINCE]/[COAST_CODE] ...`. For example: `F STP/NC B` (Build in North Coast), `A MAR S F SPA/SC - WES` (Support fleet in South Coast). Common coast codes are NC (North Coast), SC (South Coast), EC (East Coast), WC (West Coast). Consult the `possible_orders` list for the exact format if unsure.
|
||||
* Adjudication is simultaneous.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
**CURRENT INSTRUCTIONS**
|
||||
|
||||
You are now to prepare a high-level strategic directive for this phase. Remember that your goal is to win via capturing supply centers. There are opportunity costs in this game.
|
||||
**Strategic Mindset:** Your primary objective is expansion. Prioritize capturing supply centers and seizing opportunities aggressively. Avoid passive or purely defensive postures. If one path to expansion is blocked, actively seek alternative avenues. Calculated risks are encouraged if they offer significant gains.
|
||||
|
||||
You should reason through
|
||||
1. What would be ideal locations for you to capture during this phase (or in future phases),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue