POMDP: Partially Observable Markov Decision Process—a framework where the agent cannot see the full state of the world and must make decisions based on partial observations (e.g., camera images)
Equivariance: A property where transforming the input (e.g., rotating an image) results in a corresponding transformation of the output (e.g., the action vector rotates)
Invariance: A property where transforming the input results in the *same* output (e.g., the value of a state doesn't change if the scene rotates)
Group C_n: Cyclic group of order n, representing discrete rotational symmetries (e.g., rotations by 90 degrees for C4)
SO(2): Special Orthogonal group of dimension 2, representing all continuous 2D rotations
Group Representation: A mapping that describes how group elements (like rotations) act on a specific vector space (like an image or feature map)
Recurrent Neural Network (RNN): A network with internal memory that processes sequences of inputs, essential for POMDPs to remember past observations
Actor-Critic: An RL architecture with two components: an Actor (policy) that decides actions and a Critic (value function) that evaluates them