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

Model-Based Reinforcement Learning for Atari #45

Open
nagataka opened this issue Jan 28, 2022 · 0 comments
Open

Model-Based Reinforcement Learning for Atari #45

nagataka opened this issue Jan 28, 2022 · 0 comments

Comments

@nagataka
Copy link
Owner

Summary

Link

Author/Institution

What is this

  • Simulated Policy Learning (SimPLe)
    • Video prediction techniques + policy training within the learned model
  • Look like Dyna-style World models

スクリーンショット 2022-01-28 15 34 49

Comparison with previous researches. What are the novelties/good points?

Key points

  • a skip-connected convolutional encoder and decoder, which outputs the next predicted frame and expected reward
  • a convolutional inference network which approximates the posterior given the next frame
  • LSTM based network, which is trained to approximate each bit given the previous ones

スクリーンショット 2022-01-28 15 34 37

How the author proved effectiveness of the proposal?

  • Experiments on Atari games
    • with a budget restricted to 100K time steps – roughly to two hours of a play time
    • outperforms state-of-the-art model-free algorithms (Rainbow)

Any discussions?

What should I read next?

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

1 participant