hunar4321 / genetic-algorithm

A simple evolutionary algorithm (Simultaneous update of all the weights)
MIT License
10 stars 5 forks source link

About the comparson between GA and policy gradient based method #2

Open YiBenjing456 opened 4 years ago

YiBenjing456 commented 4 years ago

Hi Brainxyz, I am a PHd candidate/visiting scholar now majoring in Music technology in Georgia Tech. Your project inspires me a lot. It is very interesting to investigate GA in DRL. But I am new in this field, could you please provide a code solving the Cartpole problem with policy gradient based method? I think it is valuable to see the difference between these two methods. Thank you very much!

hunar4321 commented 2 years ago

Hi @YiBenjing456 Sorry for the late reply but I haven't implemented any policy gradient based method yet. I hope you have already managed to do that on your own. Best wishes.