mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-28 17:29:41 +00:00
Add comprehensive Diplomacy analysis with visualizations
- Added diplomacy_unified_analysis_final.py: Complete analysis script with CSV-only approach - Added DIPLOMACY_ANALYSIS_DOCUMENTATION.md: Comprehensive project documentation - Added visualization_experiments_log.md: Detailed development history - Added visualization_results/: AAAI-quality visualizations showing model evolution - Fixed old format success calculation bug (results keyed by unit location) - Demonstrated AI evolution from passive to active play across 61 models - Updated .gitignore to exclude results_alpha 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
d05eca7d67
commit
9fc25f2fec
39 changed files with 2606 additions and 1823 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -161,3 +161,7 @@ model_power_statistics.csv
|
|||
bct.txt
|
||||
analysis_summary.txt
|
||||
analysis_summary_debug.txt
|
||||
/results_alpha
|
||||
|
||||
./results_alpha
|
||||
/results_alpha/20250607_222757
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue