Skip to content

Commit

Permalink
[Docs] Update AlphaZero example docs (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk authored Nov 8, 2023
1 parent fe5f5f5 commit a042240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/alphazero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Note that you need to install `jax` and `jaxlib` in addition to the packages wri

```sh
$ pip install -r requirements.txt
$ python3 train.py env_id=go_9x9 selfplay_batch_size=1024 seed=0
$ python3 train.py env_id=go_9x9 seed=0
```

## Reference
Expand All @@ -20,5 +20,6 @@ chess, shogi, and go through self-play"

## Change history

- **[#1088](https://github.com/sotetsuk/pgx/pull/1088)** Adjust to API v2 ([wandb report](https://api.wandb.ai/links/sotetsuk/0g44pjsg)).
- **[#1055](https://github.com/sotetsuk/pgx/pull/1055)** Use default Gumbel AlphaZero hyperparameters ([wandb report](https://api.wandb.ai/links/sotetsuk/o8752t54)).
- **[#1026](https://github.com/sotetsuk/pgx/pull/1026)** Initial version. Supposed to reproduce the Pgx paper results ([wandb report](https://api.wandb.ai/links/sotetsuk/5q30e5n9)).

0 comments on commit a042240

Please sign in to comment.