reset
Start a fresh game on a named table and return the initial observation for solo or multi-agent turn-based play.
Instructions
Start a fresh game on a table and return the initial observation.
table names the session so several games can run concurrently (defaults to
the game name). Solo play: just call act() next. Multi-agent play: each
agent calls join() to claim a seat, then loops wait_turn() -> act().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | Yes | ||
| table | No |