open_spiel

GitHub

OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.

5,325 stars C++ 1 file ยท ~2,841 tokens #cpp#games#multiagent#python#reinforcement-learning

open_spiel MCP Server

MCP server for google-deepmind/open_spiel

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "open_spiel": {
      "command": "npx",
      "args": [
        "-y",
        "@google-deepmind/open_spiel"
      ]
    }
  }
}