Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hsywhu committed Sep 13, 2019
1 parent 6853db6 commit b8c8168
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ The toolkit wraps each game by `Env` with easy-to-use interfaces. The goal of th
* **Scalable.** New card environments can be added conveniently into RLCard with the above design principles.

# User Guide
* [Toy examples](docs/toy-examples.md)
* [RLCard high-level design](docs/high-level-design.md)
* [Games in RLCard](docs/games.md)
* [Algorithms in RLCard](docs/algorithms.md)
* [Developping new algorithms](docs/developping-algorithms.md)
* [Toy examples](toy-examples.md)
* [RLCard high-level design](high-level-design.md)
* [Games in RLCard](games.md)
* [Algorithms in RLCard](algorithms.md)
* [Developping new algorithms](developping-algorithms.md)

# Developer Guide
* [Adding new environments](docs/adding-new-environments.md)
* [Adding new environments](adding-new-environments.md)

# Application Programming Interface (API)
The API documents are and available in [github page](https://rlcard.github.io/index.html).

0 comments on commit b8c8168

Please sign in to comment.