项目作者: const-i

项目描述 :
Snake AI, Genetic Algorithm, Rust
高级语言: Rust
项目地址: git://github.com/const-i/snake_01.git
创建时间: 2020-05-01T17:40:15Z
项目社区:https://github.com/const-i/snake_01

开源协议:MIT License

下载


Snake v01

Rust

Implementation of Genetic Algorithm and Q-Learning for creating a Snake AI in Rust.

This has been an attempt at learning the Rust language, and using it as a way to learn some concepts of Machine Learning, Data Parallelism, and Game Design.

Demo

Demo GIF

How to play

  1. $ git clone https://github.com/const-i/snake_01.git
  2. $ cd snake_01
  3. $ cargo run

License

See the LICENSE file for license rights and limitations.