ankonzoid / LearningX

Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
MIT License
346 stars 186 forks source link

Visualizing as the model learns #1

Closed vsd550 closed 6 years ago

vsd550 commented 6 years ago

Hello @ankonzoid Your implemetation is really good. I was wondering if we could add some more visualization part, so that we can see the agent moving in the grid as it learns. Please suggest how can I do that or some references? Thanks

ankonzoid commented 6 years ago

for sure, i've done this in the past with some hunter-prey implementation so this shouldn't be too hard...i am quite busy so it might take a while, but i'll eventually get it...currently doing a large refractoring of this entire repo...

untitled