An open API service indexing awesome lists of open source software.

https://github.com/zmh-program/z-rlsnake

🐍 A snake game using Pytorch and Numpy (old-version using Pygame). 🐍 基于pytorch和numpy的贪吃蛇强化学习模型
https://github.com/zmh-program/z-rlsnake

deep-reinforcement-learning dqn machine-learning ppo pygame pytorch pytorch-dqn pytorch-ppo

Last synced: 10 months ago
JSON representation

🐍 A snake game using Pytorch and Numpy (old-version using Pygame). 🐍 基于pytorch和numpy的贪吃蛇强化学习模型

Awesome Lists containing this project

README

          

## RL-Snake

### 🐍 A snake game using Pytorch and Numpy

#### 🎢Versions Compare

| Pygame Render FPS | min | max | average |
| ----------------- | ----- | ----- | ------- |
| native (v1.0-) | 8.27 | 80.71 | 38.90 |
| numpy (v1.0+) | 398.2 | 808.3 | 502.8 |

- 📚 params:

| snakes | coins |
| ------ | ----- |
| 20 | 1000 |
- 🌴 data from:

| system | RAM | CPU | GPU |
| ------ | --- | ------------------------------------------- | -------------------------------------- |
| Win10 | 4 G | Intel(R) Core(TM) i5-6500 @3.2GHz - 4 Cores | Nvidia Geforce GT 720 - 8G (public 4G) |