Skip to content

I am trying to implement an AI that will solve , 3X3 cube through reinforcement learning without using BFA/DFA or A* .

License

Notifications You must be signed in to change notification settings

stabgan/RemixRubiks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RemixRubiks

The beta file is incomplete and work in progress .

The original rubiksmovement.py file is the total environment of the rubik's cube .

Each cell in the list 'r' represents a particular blockface of the rubik's cube .

down

So , in the list , r = red , o = orange , g = green , y = yellow , b = blue and w = white

every color's 5th element is the centre block of the rubik's cube so it won't change position .

When we run


print(r) display(r) left_ac(r) left_ac(r) display(r)


It displays

down

The environment is ready and now I am implementing the AI .

Work in Progress

About

I am trying to implement an AI that will solve , 3X3 cube through reinforcement learning without using BFA/DFA or A* .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages