danijar / dreamerv2

Mastering Atari with Discrete World Models

Home Page:https://danijar.com/dreamerv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does "openl" do / mean?

edwhu opened this issue · comments

Just curious about the variable naming in this snippet of code.
Screen Shot 2022-04-11 at 1 06 17 PM

Thanks for the question. It's short for open-loop prediction, meaning that the model predicts into the future given actions for multiple steps without seeing any intermediate images.