From af33329ceec340a1314affc4dbd5198f248453af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sotetsu=20KOYAMADA=EF=BC=88=E5=B0=8F=E5=B1=B1=E7=94=B0?= =?UTF-8?q?=E5=89=B5=E5=93=B2=EF=BC=89?= Date: Fri, 26 May 2023 13:09:23 +0900 Subject: [PATCH] Update some environments to `v0` (#909) --- README.md | 20 +++++++++----------- pgx/animal_shogi.py | 2 +- pgx/chess.py | 2 +- pgx/connect_four.py | 2 +- pgx/gardner_chess.py | 2 +- pgx/go.py | 2 +- pgx/hex.py | 2 +- pgx/othello.py | 2 +- pgx/shogi.py | 2 +- pgx/tic_tac_toe.py | 2 +- 10 files changed, 18 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 4fbb43410..890e8cfa6 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,6 @@ while not (state.terminated | state.truncated).all(): state = step(state, action) # state.reward (2,) ``` -> ⚠️ Pgx is currently in the beta version. Therefore, API is subject to change without notice. We aim to release v1.0.0 in May 2023. Opinions and comments are more than welcome! -