This is my first time working with Gama. I have a multi-agent project in which I intend to apply some Deep Reinforcement Learning algorithm, which means I'll have to somehow integrate a deep neural network to the project's GAML code.
I don't have a specific deep learning library in mind, anything will do, really. I just need to be able to integrate the project with deep learning.
Problem is, I don't seem to be able to find any documentation on how to integrate the project with external libraries, and I'm sure coding a neural network in GAML wouldn't be practical for many reasons.
How could I go about this? Would it be possible to maybe use some Java deep learning library extension? I'm at a loss for viable ideas. Any help would be deeply appreciated!
Thank everyone for your attention.