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

        []

        wiki中的失效链接更新

        Author: 叫啥都行队
        https://wiki.botzone.org.cn/index.php?title=Bot 这个页面中,关于Python多文件上传的那个博客链接失效了 请问有没有其它类似的教程?
        2019-5-7 15:17:26 2
        [{"_id":"5cd0e782a51e681f0e8ffb5b","targetid":"58a6820d7f65182b044b5e40","type":"misc"},{"_id":"5cd0e782a51e681f0e8ffb5a","targetid":"56c9d9c1ee79d74c2ee95ec5","type":"misc"}]

        Avatar 上传失败

        Author: rabbit
        用户头像一直上传不了 ... 显示修改成功,但是传完后没有任何变化 :( 我的头像是微信上直接保存的,绝对是方的 jpeg ...
        2019-5-6 12:32:30 3
        [{"_id":"5ccf1e92a51e681f0e8e80b0","targetid":"56c9d9c1ee79d74c2ee95ec5","type":"misc"},{"_id":"5ccf1e92a51e681f0e8e80af","targetid":"56c9d9deee79d74c2ee95ec7","type":"misc"}]

        关于globaldata

        Author: rabbit
        Tank2 的 py36 bot 因为有一些 Python 的一些对象不能够用 JSON 序列化,我就改用 pickle + base64 序列化,中间顺手加了个压缩,并且将它作为 "data" 的值返回。这个运行起来是没有问题的。 然后我顺手给 globaldata 也做了序列化,在本地跑没有问题,globaldata 默认为 null ,但是上了 botzone 就发现,在没有 globaldata 显示在 debug console -> view player's input 里面的情况下,我的程序显示传入了带有 "globaldata" 键的 JSON。由于传入 globaldata 字符并不符合我的序列化规则,程序直接崩掉了。 我查了一下判别程序,然后里面描述为,如果 globaldata 为空字符串,就不添加这个键。player's input 里也没有显示,但实际上似乎不是这样的,而是传入了空字符串。 希望能了解一下数据的实际传入情况,如果是空串,希望能够被显示出来,并且说明默认为空串,因为这两者毕竟不等效
        2019-5-3 0:17:00 5
        [{"_id":"5ccb1809a51e681f0e8b31e7","targetid":"56c9d9c1ee79d74c2ee95ec5","type":"misc"}]

        通过多行输入框上传代码提示过大

        Author: rabbit
        今天尝试上传了一个3k行的bot,用多行输入框直接复制粘贴,结果提示 server error 上传文件过大,重开刷新了好几次都不成功,后来改用上传按钮,可以顺利上传。我的文件只有不到90kb,而页面提示的是4MB ... 虽然最后上传成功了,但是希望能查一下原因 :)
        2019-4-30 19:58:06 1
        [{"_id":"5cc9b85ba51e681f0e8a0fd8","targetid":"56c9d9c1ee79d74c2ee95ec5","type":"misc"}]

        是否可以查询到更早的天梯对局记录

        Author: SpiritedAwayCN
        如题,昨晚发现了好几局助于AI优化的对局,但今早起来就找不到对局记录了。QAQ
        2019-4-30 16:40:27 3
        [{"_id":"5cc5023a75e55951524b5552","targetid":"5c908e0e7857b210f901be7d","type":"game"},{"_id":"5cc5023a75e55951524b5551","targetid":"56c9d9d0ee79d74c2ee95ec6","type":"misc"}]

        Tank2 的水面可以被打掉

        Author: rabbit
        一个巧合下发现的 BUG 这是一场专门用来证明水路可以被打掉的对局 https://botzone.org.cn/match/5cc3696e35f461309c2a7581 AI 的策略是冲向水路,并在邻近水路时首先朝水路开一炮,之后如果水路还存在,就停下来。但是实际的结果是坦克继续往前走 第一回合结束后,第二回合 input 传入的 JSON["requests"] 表明两个水路均被打掉了,DEBUG 输出的结果如下: Start Turn: 1 ========= 土 蓝土基土蓝   水 钢土土土水水   钢土土土  水土    土土土  水 土土钢土钢土钢土土 水  土土土    土水  土土土钢   水水土土土钢 水   红土基土红 土 ========= End Turn: 1 ========= 土蓝 土基土蓝   水 钢土土土 水   钢土土土  水土    土土土  水 土土钢土钢土钢土土 水  土土土    土水  土土土钢   水 土土土钢 水   红土基土 红土 =========
        2019-4-28 23:46:28 4
        [{"_id":"5cc627da75e55951524c2c85","targetid":"5c908e0e7857b210f901be7d","type":"game"},{"_id":"5cc627da75e55951524c2c84","targetid":"58a681ca7f65182b044b5e3f","type":"misc"}]

        奇怪的程序崩溃

        Author: ForMaL1N
        【Reversi】 按游戏指导来看,点击进入人机对战是在本地,可能会出现编译错误;但是新上传的BOT,在传统模式下会直接崩溃,而本地对战却可以正常进行?请问是啥问题呢 BOT ID: 5cad5b399f425613e1e447a8
        2019-4-10 11:03:38 1
        [{"_id":"5cadb1559f425613e1e4751f","targetid":"56c9d9deee79d74c2ee95ec7","type":"misc"},{"_id":"5cadb1559f425613e1e4751e","targetid":"58a681ca7f65182b044b5e3f","type":"misc"}]

        起和判断错了

        Author: cpcp1998
        花牌不应该算到起和的8番中。例子如下https://botzone.org.cn/match/5c88eef483652225021eb986
        2019-4-3 22:46:13 2
        [{"_id":"5c88f0fe83652225021eba52","targetid":"5abed37de10aae03951c64c4","type":"game"}]

        斗地主不是应该分享么?我

        Author: def
        代码没开源 也没思路分享。果然大家竞争意识很强啊
        2019-4-3 15:55:12 3
        [{"_id":"5c093da5e0008d16c844723f","targetid":"545840890003e2b77caf768f","type":"game"}]

        求问tensorflow的版本

        Author: MorroWind
        我注意到tensorflow已经更新到1.8版本了,想问下管理员botzone是不是也把tensorflow更新到1.8版本了呢?谢谢。
        2019-3-29 15:54:18 8
        [{"targetid":"58a681ca7f65182b044b5e3f","type":"misc","_id":"5afa956314f1110f68280804"}]

        斗地主的比赛为啥这么少

        Author: Apache
        最近一局的斗地主对局还是2月25号的,天梯还在自动 schedule 斗地主的比赛么
        2019-3-13 11:03:04 21
        [{"_id":"5c7795a2752c945f98fd70b6","targetid":"56c9d9d0ee79d74c2ee95ec6","type":"misc"},{"_id":"5c7795a2752c945f98fd70b5","targetid":"545840890003e2b77caf768f","type":"game"}]

        大文件上传失败

        Author: 华工信息工程
        有一个大概46MB的模型,但是上传之后进度条一直不动,然后十几分钟也没有任何反应,网络是好的,换过Chrome和IE都有这个情况
        2019-3-4 1:48:13 8
        [{"targetid":"56c9d9c1ee79d74c2ee95ec5","type":"misc","_id":"5af06935a5858d0880e51398"},{"targetid":"56c9d9deee79d74c2ee95ec7","type":"misc","_id":"5af06935a5858d0880e51397"}]

        如何输出调试信息,求C++具体代码

        Author: Snowdrop
        rt
        2019-2-13 17:24:37 2
        []

        比赛的时候是多个对局多线程并发的吗?

        Author: 顾澄海
        请问比赛的时候是多个对局多线程并发的吗? 感觉如果是多线程并发,那么用clock()来卡时间是不是会有问题呢? 还有我现在测试的时候发现有时候(在服务器压力比较大的时候?)会出现卡时间失败而超时的情况。 害怕比赛的时候全部爆超时QAQ
        2019-1-20 17:34:42 3
        [{"_id":"5c443f2c34299b1d1ecc3f0d","targetid":"58a681ca7f65182b044b5e3f","type":"misc"}]

        加错了求踢!!!

        Author: NeveraGhost
        李戈老师班的,只看了抬头没看内容,错加进来了。。求问怎么办。。。。。
        2019-1-4 23:57:44 1
        [{"_id":"5c2f8278495f2d4b6f3dc976","targetid":"5c170440e0008d16c84d4e47","type":"group"}]

        斗地主出事啦!

        Author: ezoixx130
        https://cnv4.botzone.org.cn/match/5b4b28f1746674056d04cea3
        2018-12-31 17:09:14 3
        [{"targetid":"545840890003e2b77caf768f","type":"game","_id":"5b4b294b746674056d04ceab"}]

        退出房间之后房间还是存在

        Author: yangff
        RT,房间已经没人了。也点击退出了。有的时候还会提示已经加入房间,实际已经退出了。
        2018-12-30 9:18:27 2
        [{"_id":"5c29dcbebcf3f64c76eb1885","targetid":"56c9d9deee79d74c2ee95ec7","type":"misc"},{"_id":"5c29dcbebcf3f64c76eb1884","targetid":"56c9d9c1ee79d74c2ee95ec5","type":"misc"}]

        首页为啥一直在跑Tank

        Author: xzyxzy
        疑问.jpg
        2018-12-8 22:47:06 1
        []

        本地调试工具无法使用

        Author: maoyipeng
        [2018/12/4 17:05:35] 将进行本地对局…… [2018/12/4 17:05:35] 正在从 Botzone 载入 Judge 程序... [2018/12/4 17:05:37] Judge 程序加载成功,开始本地对局 [2018/12/4 17:05:37] 回合0 - Judge 开始执行 一直卡在这
        2018-12-5 9:43:00 1
        [{"_id":"5c072d24e0008d16c842eafb","targetid":"56c9d9c1ee79d74c2ee95ec5","type":"misc"}]

        Amazons长时运行问题

        Author: Arkcia
        输出了长时运行的请求之后,request中不是只有下一回合的数据,甚至都不是一个合适的JSON对象;Log查看工具都会有个叉写“Syntax error” 一个第13回合拿到的request样例: {"requests":[{"x0":-1,"x1":-1,"x2":-1,"y0":-1,"y1":-1,"y2":-1}],"responses":[]} {"x0":5,"x1":7,"x2":6,"y0":7,"y1":7,"y2":7} {"x0":7,"x1":7,"x2":7,"y0":5,"y1":6,"y2":5} {"x0":2,"x1":6,"x2":2,"y0":7,"y1":3,"y2":7} {"x0":0,"x1":0,"x2":0,"y0":5,"y1":0,"y2":7} {"x0":0,"x1":0,"x2":0,"y0":0,"y1":4,"y2":1} {"x0":7,"x1":4,"x2":7,"y0":6,"y1":3,"y2":0}
        2018-11-30 14:20:12 2
        [{"_id":"5c000f47e0008d16c83d8a1f","targetid":"59463fb292a2ea07a5c6b5a8","type":"game"},{"_id":"5c000f47e0008d16c83d8a1e","targetid":"56c9d9deee79d74c2ee95ec7","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
        ?