@vjti, mumbai
someone who loves understanding how intelligent systems think, learn and move.
i'm 18, and a part of the SY core @SRA VJTI, which allows me to work with people who think fast, argue well and deliver most ideas into execution.
I spend most of my time trying to understand -
how an algorithm chooses,
how a robot moves,
how a model learns from noise.
a glimpse into my exploratory ventures.
RL curriculum ending in PPO on a Unitree Go2 in MuJoCo. spent most of the time on reward design. a policy can pass every metric and still look completely wrong.
AMP on iRonCub in Isaac Lab. instead of a hand-crafted reward, a discriminator scores how closely the policy's motion matches CMU mocap clips and that score becomes the reward signal.
scalar autograd engine from scratch. builds the graph forward, walks it back. extending to tensors.
benchmarked L²ViT and PolaFormer on CMS detector images. L²ViT matches softmax at O(n). PolaFormer's edge only shows after pretraining, ReLU kernel is the bottleneck on sparse regression.