small-yellow-duck / rl_tetris

reinforcement learning for playing tetris
1 stars 0 forks source link

How does it work? #1

Open piperod opened 6 years ago

piperod commented 6 years ago

Hi, Thank you for sharing your work!

Im trying to learn RL, very new on this. I found your code an seems like a great example to look at. However I don't quite understand the flow to get it to work. Any help very welcome. Thank you again.

small-yellow-duck commented 6 years ago

Hey, I would actually recommend looking around for other tetris RL stuff - it's been about a year since I looked at it. You might take a look at the openai gym. There is also this repo that I just found but haven't investigated in detail - https://github.com/jaybutera/tetrisRL.

Drop me a note if you build something cool!

Kiri

On Fri, Feb 2, 2018 at 6:43 PM, Ivan Felipe Rodriguez < notifications@github.com> wrote:

Hi, Thank you for sharing your work!

Im trying to learn RL, very new on this. I found your code an seems like a great example to look at. However I don't quite understand the flow to get it to work. Any help very welcome. Thank you again.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/small-yellow-duck/rl_tetris/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AFFCvyHEm3_fWgKWTiefj8h9fRcBl47kks5tQ8fEgaJpZM4R4Ans .

piperod commented 6 years ago

This is great stuff, Thank you a lot! Of course, I'll let you know if something cool comes up.