pylablanche / gcForest

Python implementation of deep forest method : gcForest
MIT License
417 stars 193 forks source link

how to combine Reinforcement Learning with gcForest? #8

Open cn3c3p opened 6 years ago

pylablanche commented 6 years ago

I've been thinking about the question and I don't yet see how to connect gcForest with Reinforcement Learning and if it is actually possible. To be honest it is probably due to my limited knowledge about RL and will need to think longer about this. I'll come back to you if I find a way.

By the way, what do you think ?

kingfengji commented 6 years ago

in my opinion, gcForest is a supervised framework , it learns to fit a curve. in deep RL such as deep q-learning, replace the MLP part may be a starting point to play with.