TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PLE: Reinforcement Learning Environment in Python

5 pointsby nrmnabout 9 years ago

1 comment

nrmnabout 9 years ago
Author here.<p>Thought I&#x27;d share a library I&#x27;ve been using with my personal work and projects. Its an interface around PyGame which makes it painless to start doing RL based work. Deciding to share it now as I&#x27;d like to get feedback from others on how to adjust the library and make it useful. Plus I was afraid of developing &quot;just-one-more-thing&quot; syndrome causing further delays.<p>If you want to start using it right away General Deep Q RL[1] currently supports PLE out of the box.<p>[1]<a href="https:&#x2F;&#x2F;github.com&#x2F;VinF&#x2F;General_Deep_Q_RL" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;VinF&#x2F;General_Deep_Q_RL</a>