Skip to content

Commit

Permalink
[Docs] Add link to training examples in README (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk authored Sep 11, 2023
1 parent 3d2f68e commit d5a1d69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,13 @@ Then, what about RL in *discrete* state spaces like Chess, Shogi, and Go? **Pgx*

- [Getting started](https://colab.research.google.com/github/sotetsuk/pgx/blob/main/colab/pgx_hello_world.ipynb)
- [Pgx baseline models](https://colab.research.google.com/github/sotetsuk/pgx/blob/main/colab/baselines.ipynb)
- [PPO example](https://colab.research.google.com/github/sotetsuk/pgx/blob/main/colab/ppo.ipynb)
- [Export to PettingZoo API](https://colab.research.google.com/github/sotetsuk/pgx/blob/main/colab/pgx2pettingzoo.ipynb)

## Training examples

- [AlphaZero](https://github.com/sotetsuk/pgx/tree/main/examples/alphazero)
- [PPO](https://github.com/sotetsuk/pgx/tree/main/examples/minatar-ppo)

## Usage

The following code snippet shows a simple example of using Pgx.
Expand Down

0 comments on commit d5a1d69

Please sign in to comment.