studioLaCosaNostra / ml-double-q-learning

Library implementing the double-q-learning algorithm.
0 stars 0 forks source link

Can this integrate with tensor flow? #1

Open NullVoxPopuli opened 3 years ago

NullVoxPopuli commented 3 years ago

Hello, I'm still learning how reinforcement algorithms tie in to neural networks, and am wondering if/how this could tie in to a tensor flow neural network / layers model?

rayros commented 3 years ago

I don't think so. Neural matrixes are formed in Tensorflow. There's no such thing here.

NullVoxPopuli commented 3 years ago

I mean, the q lookup table is essentially a function yeah? Same with a neural network. The inputs just need massaging?