I often see this warning. Flagging it here so I remember to fix it at some point.
/Users/tomgeorge/projects/simpl-figures/.venv/lib/python3.13/site-packages/ratinabox/contribs/ValueNeuron.py:16: SyntaxWarning: invalid escape sequence '\h'
The true value function, V, is approximated, \hat{V}, as a non-linearly activated (default relu) linear sum of input features (i.e. one layer neural network, in later classes we may generalise this):
I often see this warning. Flagging it here so I remember to fix it at some point.