You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|<ahref="https://en.wikipedia.org/wiki/Backgammon">Backgammon</a><br>`"backgammon"`|<imgsrc="https://raw.githubusercontent.com/sotetsuk/pgx/main/docs/assets/backgammon_dark.gif"width="60px"><imgsrc="https://raw.githubusercontent.com/sotetsuk/pgx/main/docs/assets/backgammon_light.gif"width="60px">|`v2`|*Luck aids bearing off checkers.*|
118
118
|<ahref="https://en.wikipedia.org/wiki/Contract_bridge">Bridge bidding</a><br>`"bridge_bidding"`|<imgsrc="https://raw.githubusercontent.com/sotetsuk/pgx/main/docs/assets/bridge_bidding_dark.gif"width="60px"><imgsrc="https://raw.githubusercontent.com/sotetsuk/pgx/main/docs/assets/bridge_bidding_light.gif"width="60px">|`v1`|*Partners exchange information via bids.*|
119
119
|<ahref="https://en.wikipedia.org/wiki/Chess">Chess</a><br>`"chess"`|<imgsrc="https://raw.githubusercontent.com/sotetsuk/pgx/main/docs/assets/chess_dark.gif"width="60px"><imgsrc="https://raw.githubusercontent.com/sotetsuk/pgx/main/docs/assets/chess_light.gif"width="60px">|`v2`|*Checkmate opponent's king to win.*|
Copy file name to clipboardExpand all lines: docs/animal_shogi.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ See also [Wikipedia](https://en.wikipedia.org/wiki/D%C5%8Dbutsu_sh%C5%8Dgi)
39
39
40
40
| Name | Value |
41
41
|:---|:----:|
42
-
| Version |`v1`|
42
+
| Version |`v2`|
43
43
| Number of players |`2`|
44
44
| Number of actions |`132`|
45
45
| Observation shape |`(4, 3, 194)`|
@@ -92,6 +92,7 @@ In cases 3 and 4, the game is declared a draw.
92
92
93
93
## Version History
94
94
95
+
-`v2` : Fixed a bug in Pawn drop [#1218](https://github.com/sotetsuk/pgx/pull/1218) by [@KazukiOhta](https://github.com/KazukiOhta) (v2.3.0)
95
96
-`v1` : Fixed visualization [#1208](https://github.com/sotetsuk/pgx/pull/1208) and bug in Gold's move [#1209](https://github.com/sotetsuk/pgx/pull/1209) by [@KazukiOhta](https://github.com/KazukiOhta) (v2.2.0)
0 commit comments