yufc2002 / wechat_jump_end_to_end

Playing Wechat Jump Game with End-to-End Convolutional Neural Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wechat_Jump_End_to_End

Prerequisite

pytorch

How to use it

Connect your iPhone or Android to your computer, follow this guide:

Android and iOS connection guide

Then:

python run_ios.py

or 

python run_android.py

Note

The code is tested on iPhone 6s and Xiaomi Note3.

Due to different screen pixels on different phones, you have to adjust SCALE value in the code so as to run successfully on your device.

Just adjust SCALE value in [0.9,1.1].

Have Fun!

About

Playing Wechat Jump Game with End-to-End Convolutional Neural Networks

License:MIT License


Languages

Language:Python 100.0%