I use `Arraymancer` for my AI projects- I've built a DQN for playing Snake, built various classifiers, all without issue really. It's one hell of a package.
In regards to exploiting Python for Nim, `nimpy` is key. Example, I'm too lazy to learn another library for graphing so when I need to plot or graph something I just use Nimpy to import Python's Matplotlib.
