Skip to content

Wongziseoi/Human_vs_PaddleMario

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

对战飞桨马里奥 (Human vs PaddleMario)

image

来和马里奥比拼吧!

Come and compete with paddle Mario!

目录

上手指南

如何运行

运行 mario.py 即可

cd <Your Directory>
python mario.py

如何操作

使用 A\D 移动,使用 O 进行跳跃

开发前的配置要求

  1. 安装 python 环境(推荐安装 python 3.7)
  2. 安装 paddle 2.0 及以上版本
  3. 安装 opencv 4.5.3 及其以上版本
  4. 安装 pip

其他依赖安装

进入项目当前目录,并使用 pip 安装其余依赖

cd <Your Directory>
pip install -r requirement.txt

文件目录说明

filetree 
├── ARCHITECTURE.md
├── LICENSE.txt
├── README.md
├── /models/
│  ├── mario_1_1.pdparams
│  ├── mario_1_2.pdparams
│  ...
│  ├── mario_4_3.pdparams
└── mario.py

版本控制

该项目使用Git进行版本管理。您可以在repository参看当前可用版本。

作者

[email protected]

qq:1349005121

版权说明

该项目签署了MIT 授权许可,详情请参阅 LICENSE.txt

About

Come and compete with paddle Mario!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages