用tensorflow训练模型来玩微信小游戏“跳一跳”。

时间:2021-07-16 23:22:18

参考:https://github.com/Prinsphield/Wechat_AutoJump

1,环境依赖:python;Opencv3;Tensorflow(如果要运行nn_play.py
2,Adb工具。

具体操作步骤:
(1),把上述三个环境依赖安装完毕。安装Adb工具:https://jingyan.baidu.com/article/7f41ecec349c0f593d095c84.html
(2),下载本文开头那个github工程,解压后放在Adb工具同一目录下。
(3),打开cmd命令窗口,cd到Adb工具目录处。此时就可以运行Adb工具了。
(4),把手机接到电脑上,链接方式使用usb调试模型(各机型自行百度),在cmd下输入adb devices可以查看是否成功连接。
(5),打开微信小游戏“跳一跳”。
(6),在cmd输入命令:python play.py --phone Android --sensitivity 2.045 然后等待运行就行了。

注:IOS系统也是可以的,具体的看参考:https://github.com/Prinsphield/Wechat_AutoJump