Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zuoxingdong authored Mar 27, 2017
1 parent d4810ce commit 8248e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This is an implementation of Value Iteration Networks (VIN) in TensorFlow to rep

| Grid world | Reward Image | Value Images
-- | -- | --
8x8 | <img src="imgs/grid_8x8.jpeg" width="256"> | <img src="imgs/reward_8x8.png" width="256"> | <img src="imgs/value_function_8x8.gif" width="256">
16x16 | <img src="imgs/grid_16x16.jpeg" width="256"> | <img src="imgs/reward_16x16.png" width="256"> | <img src="imgs/value_function_16x16.gif" width="256">
28x28 | <img src="imgs/grid_28x28.jpeg" width="256"> | <img src="imgs/reward_28x28.png" width="256"> | <img src="imgs/value_function_28x28.gif" width="256">
8x8 | <img src="imgs/grid_8x8.jpeg" width="100"> | <img src="imgs/reward_8x8.png" width="256"> | <img src="imgs/value_function_8x8.gif" width="256">
16x16 | <img src="imgs/grid_16x16.jpeg" width="100"> | <img src="imgs/reward_16x16.png" width="256"> | <img src="imgs/value_function_16x16.gif" width="256">
28x28 | <img src="imgs/grid_28x28.jpeg" width="100"> | <img src="imgs/reward_28x28.png" width="256"> | <img src="imgs/value_function_28x28.gif" width="256">
## Dependencies

This repository requires following packages:
Expand Down

0 comments on commit 8248e59

Please sign in to comment.