OpenAI Gym Style Pseudo-Bridge Environment. Build based on https://github.com/openai/gym/tree/master/gym/envs#how-to-create-new-environments-for-gym
Python >= 3.5
git clone https://github.com/kapilsinha/gym-bridge.git
cd gym-bridge/
pip install -e .
Feel free to contribute to the repository! Note that all code must be well documented and each commit message must be informative and properly formatted by the guidelines specified in https://chris.beams.io/posts/git-commit/. Any commit not conforming to these guidelines wlil be removed permanently from the repository.