Code Monkey home page Code Monkey logo

llm4reversi's Introduction

LLM4Reversi

知乎 | Bilibili

安装

pip install -e .

设置GPT-4 API的调用网址和秘钥

reversi_tool/agents/config/gpt4.json中设置api_baseapi_key

本地下棋

在终端中执行如下命令即可启动:

cd web
python run.py

然后用浏览器打开 http://localhost:2333 即可。

使用大模型玩QQ游戏

电脑配置要求

电脑需要时是Windows系统,需要安装QQ游戏大厅。 电脑屏幕分辨率需要设置为2560x1440,缩放大小为150%。具体设置如下图所示:

执行命令

cd qq_game
python run.py

下棋机制介绍

输入规则

黑白棋中,棋盘大小为8x8,黑棋先走。 我们程序中,黑子在棋盘上表示为1,白子在棋盘上表示为-1,空位表示为0。棋盘输入为一个64维的数组。

动作输出

返回一个0到63的整数,表示下棋的位置。下棋位置顺序为从左到右,从上到下。左上角为0,右上角为7,左下角为56,右下角为63:

0  1  2  3  4  5  6  7
8  9  10 11 12 13 14 15
16 17 18 19 20 21 22 23
24 25 26 27 28 29 30 31
32 33 34 35 36 37 38 39
40 41 42 43 44 45 46 47
48 49 50 51 52 53 54 55
56 57 58 59 60 61 62 63

贡献者

llm4reversi's People

Contributors

huangshiyu13 avatar

Stargazers

Xiaojun Miu avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.