Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 353 Bytes

readme.md

File metadata and controls

16 lines (8 loc) · 353 Bytes

Q-Learning 贪吃蛇游戏

1.简介

利用强化学习算法实现了一个自动玩简单版贪吃蛇的智能体

Snake

2.运行方法

git clone https://github.com/ZhyMC/qlearning-snake/
cd qlearning-snake
node snake.js