Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sea-snell/rubix-cube-solver-neural-network
uses a rural network to solve a 2x2x2 and a 3x3x3 rubix cube
https://github.com/sea-snell/rubix-cube-solver-neural-network
Last synced: 9 days ago
JSON representation
uses a rural network to solve a 2x2x2 and a 3x3x3 rubix cube
- Host: GitHub
- URL: https://github.com/sea-snell/rubix-cube-solver-neural-network
- Owner: Sea-Snell
- Created: 2015-08-09T00:06:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T00:11:39.000Z (over 9 years ago)
- Last Synced: 2024-10-11T18:09:03.484Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 3.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rubix-cube-solver-neural-network
This is a feedforward neural network that takes a current 2x2x2 rubix cube state and determines the move that will make it one step closer to the solution.
I intend to add code that works for the 3x3x3 neural network, this is a work in progress.