Skip to content

简易复现deepcube魔方网站,包含前端、服务端、deepcubeA核心算法

Notifications You must be signed in to change notification settings

XinzhuangL/deepcube-full

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deepcube-full

A full stack project realized by flask for deploying the DeepCubeA algorithm in own server and visualize.

Usage

  1. download the trained model from references follows, put in right file path(/code/savedModels/...).
  2. run python server.py in /interface/, to deploy website in current device.
  3. open web page with url 127.0.0.1:5000, port can be edited in /interface/server.py bottom line.

References

[1] Agostinelli, Forest, et al. "Solving the Rubik’s cube with deep reinforcement learning and search." Nature Machine Intelligence 1.8 (2019): 356-363.[link]

[2] DeepCubeA Source Code.

About

简易复现deepcube魔方网站,包含前端、服务端、deepcubeA核心算法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 37.5%
  • CWeb 29.8%
  • Python 17.9%
  • C++ 12.0%
  • HTML 1.1%
  • JavaScript 0.7%
  • Other 1.0%