Skip to content

Commit

Permalink
Highlight new implementation in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
danijar committed Apr 10, 2020
1 parent 53e79b0 commit d517542
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Danijar Hafner, Timothy Lillicrap, Jimmy Ba, Mohammad Norouzi

**Note:** This is the original implementation. To build upon Dreamer, we
recommend the newer implementation of [Dreamer in TensorFlow
2](https://github.com/danijar/dreamer). It is substantially simpler
and faster while replicating the results.

<img width="100%" src="https://imgur.com/x4NUHXl.gif">

Implementation of Dreamer, the reinforcement learning agent introduced in
Expand All @@ -22,9 +27,6 @@ If you find this open source release useful, please reference in your paper:
}
```

Also see this simpler and faster implementation of [Dreamer in TensorFlow
2](https://github.com/danijar/dreamer).

## Method

![Dreamer model diagram](https://imgur.com/JrXC4rh.png)
Expand Down

0 comments on commit d517542

Please sign in to comment.