• Stars
    star
    104
  • Rank 328,731 (Top 7 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

自动玩微信跳一跳的TensorFlow实现

LetsJump

Android手机上自动玩微信跳一跳的TensorFlow实现

build_train_data.py

用于手动生成训练数据,生成的数据保存在train_data文件夹下,为图片和对应的按压时间。

lets_jump.py

用于Training/Play,目前save文件夹下已保存了训练两个多小时的模型,可以直接拿来用。
把手机连上电脑,确保电脑上已配置adb环境,打开跳一跳游戏界面,运行文件,开始愉快的玩耍。

以上训练数据和代码都是基于1920*1080分辨率手机

博客地址:用TensorFlow做一个玩微信跳一跳的AI