TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

PLE: Reinforcement Learning Environment in Python

5 点作者 nrmn大约 9 年前

1 comment

nrmn大约 9 年前
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>