We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa529a6 commit 2438d15Copy full SHA for 2438d15
examples/OpenEnv_Tutorial.ipynb
@@ -895,6 +895,7 @@
895
"\n",
896
"print(\"📥 Received OpenSpielObservation:\")\n",
897
"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",
899
"print(f\" • legal_actions: {result.observation.legal_actions}\")\n",
900
"print(f\" • game_phase: {result.observation.game_phase}\")\n",
901
"print(f\" • done: {result.done}\")\n",
0 commit comments