From 6d006d1a5dcb63184ce840d65f87049682300e85 Mon Sep 17 00:00:00 2001
From: research outcome <136174718+research-outcome@users.noreply.github.com>
Date: Tue, 30 Jul 2024 11:02:12 -0400
Subject: [PATCH] Update README.md
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 3dc1521..89fb77d 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
This repository is developed to evaluate Large Language Models (LLMs) via Game Playing. It includes the following components:
-- A leaderboard to view and compare the results of previous games among LLMs. We **welcome submissions** to the leaderboard. To review the current status of the leaderboard, please see the leaderboard folder. You can also view it on the GitHub.io page.
-
-- An extensible game simulation software to test LLMs via grid-based games such as Tic-Tac-Toe, Connect Four, and Gomoku. For more information and try out the game simulations, please see the game simulation folder. You can run the game simulations directly from the GitHub.io page. The results matrix is also available here.
+
+- An extensible game simulation software to test LLMs via grid-based games such as Tic-Tac-Toe, Connect Four, and Gomoku. For more information and try out the game simulations, please see the game simulation. You can run the game simulations directly from the GitHub.io page or you can download the code repository and then run the game simulation on your computer.
+
+- A leaderboard to view and compare the results of previous games among LLMs. We **welcome submissions** to the leaderboard. To review the current status of the leaderboard, please see the leaderboard folder. You can also view it on the GitHub.io page. The results matrix is also available here.
- The detailed output files of game runs to analyze the details of the games that are presented on the leaderboard. Please see the outputs folder.
-
+
This repository **welcomes contributions and suggestions**. The LLM Game Benchmark repository is shared under the MIT License.