Update README.md

add the illustrate pictures
This commit is contained in:
sproblvem 2017-12-04 16:39:35 +08:00 committed by GitHub
parent e101b147b9
commit 5a88ee583b

View File

@ -1,7 +1,7 @@
# tianshou # tianshou
Tianshou(天授) is a reinforcement learning platform. Tianshou(天授) is a reinforcement learning platform. The following image illustrate its architecture.
![alt text](https://github.com/sproblvem/tianshou/blob/master/docs/figures/tianshou_architecture.png "Architecture of tianshou") <img src="https://github.com/sproblvem/tianshou/blob/master/docs/figures/tianshou_architecture.png" height="200"/>
## agent ## agent
&nbsp;&nbsp;&nbsp;&nbsp;Examples &nbsp;&nbsp;&nbsp;&nbsp;Examples
@ -39,5 +39,7 @@ Tianshou(天授) is a reinforcement learning platform.
## simulator ## simulator
&nbsp;&nbsp;&nbsp;&nbsp;Go, Othello/Reversi, Warzone &nbsp;&nbsp;&nbsp;&nbsp;Go, Othello/Reversi, Warzone
<img src="https://github.com/sproblvem/tianshou/blob/master/docs/figures/go.png" height="150"/> <img src="https://github.com/sproblvem/tianshou/blob/master/docs/figures/reversi.jpg" height="150"/> <img src="https://github.com/sproblvem/tianshou/blob/master/docs/figures/warzone.jpg" height="150"/>
## TODO ## TODO
Search based method parallel. Search based method parallel.