From f9864f85d90cfa4b07ceb19e4ff596b715dacd2e Mon Sep 17 00:00:00 2001 From: AlxAI Date: Fri, 7 Feb 2025 13:17:53 -0800 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 379feb6..9e867e3 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,6 @@ This repository is an extension of the original [Diplomacy](https://github.com/d --- -## Experimental AI for Diplomacy -Currently experimenting with AI Diplomacy as a benchmark For this purpose: -- **lm_game.py** for orchestrating AI-driven gameplay loops -- **lm_service_versus.py** for bridging multiple language model services (e.g. GPT, Claude, etc.) -- Simple AI tests to verify functionality - -The new files plug into the existing Diplomacy game engine, calling AI inference to decide orders for each power.

Diplomacy Map Overview