openai / gym-http-api

API to access OpenAI Gym from other languages via HTTP
MIT License
293 stars 142 forks source link

wrap tuple in a list #71

Open zamorarr opened 6 years ago

zamorarr commented 6 years ago

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.