I want to create a neural network that learns using reinforcement learning in python.
X -> [ANN] -> yEstimate -> score! -> (repeat until weights are optimised)
I am using Scikit-learn at the moment, but it seems that all things of neural networks are not suitable for yEstimate before yTarget .
Are there scikit-learn secrets or are there other libraries that I don't know about for this?
Thanks!
python scikit-learn reinforcement-learning machine-learning
Sarose
source share