How do rotations differ in 4D compared to 3D?
In 4D rotations act on pairs of axes (planes) and there are six unique rotational planes for xyzw. Because two independent rotations can affect disjoint axis pairs, 4D allows 'double rotations' where two rotations occur simultaneously without interfering.
What changes when rendering models in 4D?
3D meshes built from triangles become 4D meshes built from tetrahedra (3D cells). Transforms conceptually require a 5x5 matrix for full 4D position/rotation/scale, but the creator used a 4x4 matrix plus an extra operation to include position for efficiency.
What math was necessary to implement 4D physics and rotations?
The developer learned geometric algebra to generalize physics equations across dimensions and used rotors to represent and compute rotations in 4D reliably.
How was the AI structured and trained to move in 4D?
A small neural network was trained with reinforcement learning. The 4D agent had a hypersphere body, tesseract legs, 30 eyes and depth sensors; it applied torque for movement, received rewards based on moving toward targets, and reached functional competence after ~11 hours of training.
What practical test was used to evaluate the trained 4D AI?
After training, the AI was tested on a real-world-inspired task: retrieving scattered orange M&M's in the 4D environment to demonstrate applied movement capability.