Loading
Export table

USERNAME

PM  Home

Botzone
  • GAMES
  • GROUPS
  • ABOUT
  • Wiki
Reset password

New post

[{}]
...
Please keep title between 5 to 18 characters.
Please keep content in 500 characters.

Register a new account

...
Please keep your nickname between 3 to 18 characters.
Your email will be used to verify your identity. This field is case-SENSITIVE!
--
Please keep your password between 6 to 16 characters.
Please enter your password again.
Enter the characters you saw.
Reload captcha

(PLACEHOLDER)

Select All and Copy

					 Click to download binary content
				

(PLACEHOLDER)

Send Message / Reply

...

							
Please keep the message content in 1000 characters

Local AI Config

Local AI allow program on your own computer to make decisions for you, and may be used to test various experimental algorithms. Please check Local AI on wiki for usage, sample and other information.
Please click Submit button before using this feature. This feature is only allowed to use by users achieving level 6 or further, and still in development. In case of problems, feel free to send us feedback.
This key is used to prevent other users from kicking your AI, and is part of the URL below. Please keep it in 10 characters.
-
This is the URL for Local AI. Please send HTTP GET request with specific headers to this URL.

Unknown

Modify your account

...
You may upload a square picture as your avatar.

...
Please keep your nickname between 3 to 18 characters.

...
Type in your old password to check your identity.
--
Please keep your password between 6 to 16 characters.
Please enter your password again.
Welcome to the discussion board. Feel free to ask question or start a topic below.
  • All
  • Groups
    • Games
      • Misc

        Posts

        []

        报告一个麻将的bug

        Author: Hineven
        https://botzone.org.cn/match/5ebe9121703c1e22d9373311 最后的吃牌为什么非法啊?
        2020-5-20 16:11:36 2
        [{"_id":"5ebe9244703c1e22d937351f","targetid":"5e37dcf74019f43051e53201","type":"game"}]

        Bot 天梯排行榜

        Author: huluBrother
        天梯排行榜怎么加入进去呢?入口在哪里?走过路过的看到回复一下哈
        2020-5-19 14:21:16 3
        [{"_id":"5ec5f32b703c1e22d9401811","targetid":"56c9d9d0ee79d74c2ee95ec6","type":"misc"}]

        到底要不要勾选长时运行啊

        Author: Fattory
        看了对抗赛的说明里面说: ---------------------------------------------------- 当你准备好你的 Bot 之后,从 我的 Bots 页面提交你的 Bot(提交时请勾选“允许长时运行”),并在 游戏对抗赛小组主页 将你的 Bot 加入比赛之中。 ---------------------------------------------------- 然而我勾选上允许长时运行参赛之后直接决策超时了??? 我还以为是参赛的时候有什么特殊要求必须要长时运行 所以到底要不要勾选长时运行啊………… 好坑啊 求说明
        2020-5-16 0:13:36 1
        [{"_id":"5ebebfb0703c1e22d93796df","targetid":"5e37dcf74019f43051e53201","type":"game"}]

        麻将规则的疑问

        Author: little_trash
        请问点炮能否点其他家鸣牌后弃去的牌
        2020-5-13 22:07:39 1
        [{"_id":"5ebbff40703c1e22d933ca67","targetid":"5e37dcf74019f43051e53201","type":"game"},{"_id":"5ebbff40703c1e22d933ca66","targetid":"5e7f312ed52bcf42b8f18ca4","type":"group"}]

        报告一个bug

        Author: _2147483648_
        这里似乎发不了截图,不过有一局我观看对局是。。。。。。它似乎给每个bot发了两副牌,而且还捋好了,牌都出屏幕了
        2020-5-11 17:39:16 1
        [{"_id":"5eba16b2cb035959052f11ee","targetid":"5e6a0f416c4762146e9706a2","type":"group"}]

        修复裁判程序错误v0.3

        Author: yx_lu
        在原先的裁判程序中两方同时移动兵力到中立堡垒上时会发生红方先和中立兵力决斗再和蓝方决斗的bug, 现已修复. warning: 使用样例程序作为模板的选手请注意在判定决斗时将代码 "fight(tr[0][i][j],tr[1][i][j],tr[2][i][j]);" 改为 fight(tr[1][i][j],tr[2][i][j],tr[0][i][j]);
        2020-5-8 15:37:15 0
        [{"_id":"5eb50c2b2724686443b7ab37","targetid":"5daacfa8fc925f63c8301972","type":"game"}]

        请问如何在本地跑麻将对局呢

        Author: 芝麻凛
        RT
        2020-5-4 19:38:04 3
        [{"_id":"5eae8f21a96e206b647b5ed0","targetid":"5e37dcf74019f43051e53201","type":"game"}]

        请求增加C++版pytorch

        Author: xq114
        stable版本的libtorch 1.5已经发布,请求增加;目前有预编译的二进制库可以下载,链接生成和一般C++库也没有很大差异,详见https://pytorch.org/cppdocs/installing.html(这个链接的下载地址还没更新,换成https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.5.0%2Bcpu.zip即可)
        2020-5-4 17:02:56 5
        [{"_id":"5ea11f99a96e206b64732bf7","targetid":"5ae40e614623c538991272fc","type":"misc"}]

        长时运行第一回合问题

        Author: wmg
        长时运行的第一回合应该怎样response, print(json.dumps({ "response": 'PASS' })) print('BOTZONE_REQUEST_KEEP_RUNNING') sys.stdout.flush() 我是这样写的,但是一直是超时~
        2020-5-2 13:50:27 2
        [{"_id":"5eabf3b8a96e206b6479d07a","targetid":"5e37dcf74019f43051e53201","type":"game"},{"_id":"5eabf3b8a96e206b6479d079","targetid":"58a681ca7f65182b044b5e3f","type":"misc"}]

        播放器更新v0.2

        Author: yx_lu
        在播放器页面增加了实时兵力显示和兵力增长速度显示, 其中兵力增长速度=土地*1+堡垒*8+基地*16
        2020-5-1 14:34:14 0
        [{"_id":"5eabc2e6a96e206b6479b8a9","targetid":"5daacfa8fc925f63c8301972","type":"game"}]

        网站证书到期了

        Author: cclin
        麻烦更新一下网站证书
        2020-4-29 10:33:42 0
        []

        好像发现bug了?

        Author: Jerwee
        bot在进行麻将游戏时,bot 2碰完,打出另一个牌,然后bot 0 PASS,说非法操作?
        2020-4-27 16:58:54 0
        [{"_id":"5ea9961aa96e206b64787b62","targetid":"5e37dcf74019f43051e53201","type":"game"}]

        请问长时运行模式的输入是含有之前的吗

        Author: little_trash
        国标麻将的长时运行程序总是出错,看了一下调试模式中的玩家输入发现每次输入都有之前的输入,而wiki上的描述是没有历史数据。
        2020-4-26 16:39:06 3
        [{"_id":"5ea2f9fba96e206b64744c9c","targetid":"5e37dcf74019f43051e53201","type":"game"}]

        数值微调v0.1

        Author: yx_lu
        1. 堡垒上的初始兵力均值由79下调到57 2. 开放长时运行(不确定是否能正常工作)
        2020-4-26 13:43:14 1
        [{"_id":"5ea51f72a96e206b6475c957","targetid":"5daacfa8fc925f63c8301972","type":"game"}]

        为什么创建游戏桌一直失败

        Author: asd123www
        进入游戏桌选择种类的时候就会显示 你不在此游戏桌中,请点击确定返回主页
        2020-4-25 20:41:56 1
        []

        如何include存储空间里的文件

        Author: _2147483648_
        #include "data/xxx.h"不管用啊
        2020-4-19 23:21:19 3
        [{"_id":"5e9c5533a96e206b647061e7","targetid":"58a681ca7f65182b044b5e3f","type":"misc"}]

        为什么天梯分居然没动

        Author: _2147483648_
        https://botzone.org.cn/match/5e8d3fa66cfafa05779984f7这场比赛我+75为什么排名分是-而不是+8左右
        2020-4-19 21:42:05 3
        [{"_id":"5e8d40b06cfafa05779985b2","targetid":"5e37dcf74019f43051e53201","type":"game"}]

        请问是否提供深度学习的推理框架?

        Author: xq114
        例如TensorRT等
        2020-4-13 19:28:36 1
        []

        Pytorch版本

        Author: Bosco
        现在最新的pytorch已经是1.4了,和0.4.0差异巨大,希望能支持
        2020-4-13 16:15:41 2
        [{"_id":"5e9112154a3d0c0568f2fd8e","targetid":"5e37dcf74019f43051e53201","type":"game"},{"_id":"5e9112154a3d0c0568f2fd8d","targetid":"58a6820d7f65182b044b5e40","type":"misc"},{"_id":"5e9112154a3d0c0568f2fd8c","targetid":"5e6a0f416c4762146e9706a2","type":"group"}]

        关于tensorflow的版本

        Author: newlifer
        在bot词条里看到对于python3,提供的运行库里包含tensorflow,但是提及具体是哪个版本的tensorflow,望告知具体的版本号。
        2020-4-10 21:14:46 5
        [{"_id":"5e8edacc6cfafa05779a7dd6","targetid":"58a681ca7f65182b044b5e3f","type":"misc"}]
        • «
        • 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
        • 64
        • 65
        • 66
        • 67
        • 68
        • 69
        • 70
        • 71
        • 72
        • 73
        • 74
        • 75
        • 76
        • 77
        • 78
        • 79
        • 80
        • 81
        • 82
        • 83
        • 84
        • 85
        • 86
        • 87
        • 88
        • 89
        • 90
        • 91
        • 92
        • 93
        • 94
        • 95
        • 96
        • 97
        • 98
        • 99
        • 100
        • 101
        • 102
        • 103
        • 104
        • 105
        • 106
        • 107
        • 108
        • 109
        • 110
        • 111
        • 112
        • 113
        • 114
        • 115
        • 116
        • 117
        • 118
        • 119
        • 120
        • 121
        • 122
        • 123
        • 124
        • 125
        • 126
        • 127
        • 128
        • 129
        • 130
        • 131
        • 132
        • 133
        • 134
        • 135
        • 136
        • 137
        • 138
        • 139
        • 140
        • 141
        • 142
        • 143
        • 144
        • 145
        • 146
        • 147
        • 148
        • 149
        • 150
        • 151
        • 152
        • 153
        • 154
        • 155
        • 156
        • 157
        • 158
        • 159
        • 160
        • 161
        • 162
        • 163
        • 164
        • 165
        • 166
        • 167
        • »

        ×
        Modify tags Modify
        Reply
        ...

        All rights reserved 2014 - AI LAB, Peking University.
        Mainly created by zhf zhouhy zhq ... and more previous authors
        Download match dataset of Botzone

        京ICP备18028450号-1

        Welcome to Botzone!
        There're plenty of games on Botzone, click 'GAMES' on the navigation bar to find out how to play and rules.
        Sample programs on rules page are your best starter codes.
        The ranklists of each game are also presented here.
        You may start a human match or test your program by 'Create Gametable' on homepage.
        You may also join in gametable of others or view latest matches.
        When you are ready to submit your code, please click on 'My Bots' on the navigation bar.
        We implemented a sample version control system, where you may submit your modification by 'Add a new Version'.
        You can opt your bot in the ranklist too.
        If you feel confident about your program, it's high time you click on 'GROUPS' on the navigation bar to join in some group holding contests.
        Finally, if you still feel unfamilar to the usage or curious about how this site works,
        please click on 'Wiki' on the navigation bar to view our wiki, or contact us by botzone[at]126.com.
        If you wish to review this guide, please click the gray question mark on the lower right corner in any page.
        Happy coding!
        Botzone How-to1 / 5
        ?