Skip to content

Environment Insights

jtwwang edited this page Jul 27, 2019 · 4 revisions

Environment Details

See game_example.py for examples on how to interact with the environment and what the observations look like!

Indexing

The observation of a player's hand starts with index 0, the oldest card, and ends at index (hand_size) - 1, the newest card.