Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse Curriculum Generation for Reinforcement Learning #525

Open
neka-nat opened this issue Nov 26, 2017 · 1 comment
Open

Reverse Curriculum Generation for Reinforcement Learning #525

neka-nat opened this issue Nov 26, 2017 · 1 comment

Comments

@neka-nat
Copy link

一言でいうと

迷路や鍵の差し込みのようなゴールまで到達しないと報酬を得られないようなタスクにおいて、スタート地点を学習の進みに応じて変化させることで効率的に強化学習を行う方法を提案。最初はゴール付近から開始し、付近の状態を探索しながら、学習時にとある範囲の報酬の総和が得られた状態のみを残していくことで、調度良い難しさのスタート地点から学習できるようにしている。

reverse_curriculum

論文リンク

https://arxiv.org/abs/1707.05300

著者/所属機関

Carlos Florensa, David Held, Markus Wulfmeier, Michael Zhang, Pieter Abbeel

  • UC Berkeley

投稿日付(yyyy/MM/dd)

2017/11/26

概要

新規性・差分

手法

結果

コメント

@icoxfog417
Copy link
Member

2018年に発表されたOpenAIの手法に近い。

https://blog.openai.com/learning-montezumas-revenge-from-a-single-demonstration/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants