Vector Symbolic Policy Gradient for Sample-Efficient Learning
August 20, 2026
VSPG represents discrete actions as unit-norm hypervectors, enabling a compressed kernel memory that stores advantage-weighted state expansions. This method achieves sample-efficient learning without increasing inference-time memory and remains stable under random bit flips.
HOW THIS AFFECTS YOU
●
researcherYou can implement this to achieve sample-efficient RL with fixed-size memory footprints during inference.