Skip to content

Commit 2438d15

Browse files
committed
add print number of info_state
1 parent fa529a6 commit 2438d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/OpenEnv_Tutorial.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,7 @@
895895
"\n",
896896
"print(\"📥 Received OpenSpielObservation:\")\n",
897897
"print(f\" • info_state: {result.observation.info_state[:10]}... (first 10 values)\")\n",
898+
"print(f\" • number of info_state: {len(result.observation.info_state)}\")\n",
898899
"print(f\" • legal_actions: {result.observation.legal_actions}\")\n",
899900
"print(f\" • game_phase: {result.observation.game_phase}\")\n",
900901
"print(f\" • done: {result.done}\")\n",

0 commit comments

Comments
 (0)