Kyziridis / BipedalWalker-v2

Solving openAI's game 'BipedalWalker-v2' with Deep Reinforcement Learning
GNU General Public License v2.0
26 stars 6 forks source link

There is a typing error on ReadMe.md #2

Closed ainch closed 1 year ago

ainch commented 6 years ago

you have to change

"Other dependencies : Keras, matplotlib, numpy, random, rensor flow"

into

Other dependencies : Keras, matplotlib, numpy, random, tensorflow

Kyziridis commented 6 years ago

you have to change

"Other dependencies : Keras, matplotlib, numpy, random, rensor flow"

into

Other dependencies : Keras, matplotlib, numpy, random, tensorflow

Thank you for your comment, I already fix the error. If you have any suggestion about the algorithms or anything around this game please send me.

Thank u in Advance

Kyziridis commented 1 year ago

Done