Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamStelmaszczyk authored Jun 8, 2018
1 parent f3e9422 commit d2dbef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ optional arguments:

## Generate GIFs

<img src="https://github.com/AdamStelmaszczyk/rl-tutorial/blob/master/images/random.gif">

1. Generate images: `neptune run --offline -- --images True --model PONG_MODEL.h5 --env Pong`.
2. We will use `convert` tool, which is part of ImageMagick, [here](https://www.imagemagick.org/script/download.php) are the installation instructions.
3. Convert images from episode 1 to GIF: `convert -layers optimize-frame 1_*.png 1.gif`

<img src="https://github.com/AdamStelmaszczyk/rl-tutorial/blob/master/images/good.gif">

## Uninstall

Expand Down

0 comments on commit d2dbef5

Please sign in to comment.