Loading
Export table

USERNAME

PM  Home

Botzone
  • GAMES
  • GROUPS
  • DISCUSS
  • 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

        []

        补杠的牌不一定是上回合摸到的牌

        Author: liangjs
        补杠的牌不一定是上回合摸到的牌,其他玩家补杠成功后,收到的输入里无法得知补杠的牌是哪一张
        2019-5-17 14:30:26 1
        [{"_id":"5cde5503d2337e01c79f8295","targetid":"5abed37de10aae03951c64c4","type":"game"}]

        是否必须开启长时运行

        Author: pcmx
        比赛流程提到「提交时请勾选“允许长时运行”」,请问提交不长时运行的bot会有问题吗?
        2019-5-13 20:12:24 4
        [{"_id":"5cc975a975e55951524eb0b3","targetid":"5cb5794383f1e10a1eddebb3","type":"group"}]

        tank系列播放器加载失败

        Author: 大萌萌嘟嘟嘟嘟
        Tank2无论自己进行对局还是观看别人对局都显示播放器加载失败,然后窗口黑屏只显示对局的双方名称,怎么解决啊(只有tank tank2 和tank2s这样其他都正常)
        2019-5-11 11:26:54 5
        [{"_id":"5cd28da9a51e681f0e915cd9","targetid":"5c908e0e7857b210f901be7d","type":"game"}]

        代码过大,崩溃

        Author: sduwh_wanglu
        Renju游戏bot, 3900行代码,代码文件100k,提示“Source is too Large”崩溃
        2019-5-11 11:18:54 3
        [{"_id":"5cd3b1cda51e681f0e925779","targetid":"58a681ca7f65182b044b5e3f","type":"misc"},{"_id":"5cd3b1cda51e681f0e925778","targetid":"543bd8aed6cc9d5e0fb94cf0","type":"game"}]

        关于导入上局配置的功能

        Author: rabbit
        在 create 游戏房后,可以通过 load last configuration 来导入上一局的配置,但是当我更新了bot版本的时候,这个功能有时会出错,它会导入很前面的某次比赛的配置(我的bot好几个版本前的对局使用的配置),不过刷新数次或者手动修改了配置(不是很明确是这两个操作中的哪一个操作)后,这个配置项又会正常地回到上一次对局的配置。一个小问题,希望能查一下 :)
        2019-5-9 13:29:10 2
        [{"_id":"5cd360d1a51e681f0e921a65","targetid":"56c9d9c1ee79d74c2ee95ec5","type":"misc"},{"_id":"5cd360d1a51e681f0e921a64","targetid":"56c9d9deee79d74c2ee95ec7","type":"misc"}]

        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"}]
        • «
        • 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
        • »

        ×
        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
        ?