

Student's Robot Obliterates 4x4 Rubik's Cube World Record (bbc.com) 24
An anonymous reader quotes a report from the BBC: A student's robot has beaten the world record for solving a four-by-four Rubik's cube -- by 33 seconds. Matthew Pidden, a 22-year-old University of Bristol student, built and trained the "Revenger" over 15 weeks for his computer science bachelor's degree. The robot solved the cube in 45.305 seconds, obliterating the world record of 1 minute 18 seconds. However, the human record for solving the cube is 15.71 seconds.
Mr Pidden's robot uses dual webcams to scan the cube, a custom mechanism to manipulate the faces, and a fully self-built solving algorithm to generate efficient solutions. The student now plans to study for a master's degree in robotics at Imperial College London.
Mr Pidden's robot uses dual webcams to scan the cube, a custom mechanism to manipulate the faces, and a fully self-built solving algorithm to generate efficient solutions. The student now plans to study for a master's degree in robotics at Imperial College London.
4x4? (Score:2)
Re: (Score:2)
It's one cube of the 4x4x4x4 hyperrubiks.
Re: (Score:3)
I know 4x4x1 exist, but most folks that are not deep into cubing will say 2x2, 3x3 and 4x4 even if they mean 2x2x2 3x3x3 and 4x4x4.
https://rubiks-cube-design.sho... [rubiks-cube-design.shop]
I'm no expert cuber, my record is under 1m with a 3x3x3 cube. The newer models with magnets are really nice to play with, but I have not solved one since the confinement era.
Re: (Score:2)
Do they really call the non-cubic toys cubes?
Re: (Score:2)
4x4 is an off-road Rubik's Cube.
The current record is 15.7 seconds... (Score:1)
Re: (Score:1)
Re: (Score:1)
What is the current challenge? (Score:2)
Why is the robot much slower than the fastest human? Is the problem that each robot turn is slower or that the algorithm for determining the sequence of turns comes up with longer sequences? I'm guessing that the problem is the relative slowness of each robot turn. If the robot turns could be done really fast, say at 1/10th the speed of the fastest human, then the turn sequence length becomes irrelevant.
However, I imagine that if a high priority and unlimited funds were devoted to building a fast-turn ro
Re: (Score:2)
If you built a robot that could do the (single-threaded) moves 10x as fast as a human, you'd actually have to s
Re: (Score:2)
Interaction with the cube is key here. The reason why a robot can obliterate a human in a standard 3x3 cube is you can fix the rotational axis on 6 fixed points on a 3x3 cube, then you're limited only by how quickly you can turn the 6 axis independently. Even ordered cubes like a 4x4 don't allow you to do this, there's no central stationary point meaning you don't just turn the cube face, you need to calculate how to hold the cube put the correct clamps in position on the cube, and remove the others in the
The only way that I can solve a Rubik's cube ... (Score:2)
is to peel off the coloured squares and put them back - one colour per face. This, unfortunately, takes more than 15.71 seconds.
Re: (Score:3)
It isn't that hard to solve a 3x3x3 Rubik's cube. It just takes some practice and some algorithms.
Technically you only need to learn a single algorithm [rider.biz]: R U R' U'.
But it is best to learn at least T-Perm and Ja-Perm.
Alternatively, there is also the Old Pochman Method [speedcubereview.com] for solving a cube blindfolded:
For corners
* Altered Y Permutation: (R U' R' U') R U R' F' (R U R' U') R' F R
For Edges
* J Permutation: (R U R' F') (R U R' U') R' F R2 (U' R' U')
* T Permutation: (R U R' U') R' F R2 (U' R' U' R) U R' F'
Re: (Score:2)
Lame (Score:2)
It should have done it with a humanoid hand, that would advance the field more. Right now robot hands are terrible and can't even do very basic dextrous tasks.
Re: (Score:2)
It should have done it with a humanoid hand, that would advance the field more. Right now robot hands are terrible and can't even do very basic dextrous tasks.
Did you watch the video? This is an application were a non-humanoid hand has clear superiority. His manipulator design is spot-on.
The limiting factor was that his motors weren't fast enough: the linear positioning of the hands was much slower than I can imagine is possible, and the rotation speed, while better, was still slower than I'd expect. With bigger stepper motors, I would easily expect his design to go twice as fast and be in the realm of human speed. Faster than that might take substantial addit
Re: (Score:2)
It also looks like he didn't shorten the wires to the stepper motors at all, meaning he may have found he could not reliably drive them faster than he did, a problem which could have been addressed by cutting them to proper length and ensuring the driver circuitry was up to the task of dumping massive currents to move the rotors quickly and absorbing massive flyback spikes when breaking the circuit. It also wasn't clear that he was using any advanced techniques for stepper motors, like ramping up and down
Getting it out of the box (Score:1)
Thought it was 0.38 seconds? (Score:2)
https://www.youtube.com/watch?... [youtube.com]
Re: (Score:2)
https://www.youtube.com/watch?... [youtube.com]
Do you also think the current Tour de France record is held by an ebike? A 3x3 cube and a 4x4 cube are fundamentally different control problems. You can't hold them the same way.
One Question (Score:2)
Re: (Score:2)
The starting setup should be randomized sufficiently. Otherwise, you could simply skip the analysis part in your algorithm - you could simply precalculate the optimum path solution to a known problem. Having to figure out the correct (or the best) solution is an important part of the challenge.
Of course, it is important that the randomization is done by rotation. If you remove the pieces and reassemble the cube in a random configuration, the chances are you are out of luck. Only a very small subset of poss
Re: (Score:2)
And of course, if the above is still too trivial for you, don't worry.
Today, the sky is the limit on how ridiculously large Rubik's cubes you can get:
https://mastercubestore.com/yj... [mastercubestore.com]
https://www.youtube.com/watch?... [youtube.com]
Definitely the one for math professors with too much time on their hands!