A bridge simulation and AI agent for AI 801.
It is expected that you have a python installation. You can then run:
pip install -r requirements.txt
To run the simulation simply execute
python bridge.py
North is the agent making intelligent decisions about play. The other agents play randomly.
WIP