gym-http-api
gym-http-api copied to clipboard
wrap tuple in a list
Fixes Issue #62. The to_jsonable method expects a list of tuples for Blackjack, not a single tuple. This solution wraps a single tuple in a list.