├── PPONetwork.py ├── README.md ├── actionIndices.pkl ├── baselines_installation_guide_for_Windows.md ├── big2Game.py ├── cardImages ├── 1.png ├── 10.png ├── 11.png ├── 12.png ├── 13.png ├── 14.png ├── 15.png ├── 16.png ├── 17.png ├── 18.png ├── 19.png ├── 2.png ├── 20.png ├── 21.png ├── 22.png ├── 23.png ├── 24.png ├── 25.png ├── 26.png ├── 27.png ├── 28.png ├── 29.png ├── 3.png ├── 30.png ├── 31.png ├── 32.png ├── 33.png ├── 34.png ├── 35.png ├── 36.png ├── 37.png ├── 38.png ├── 39.png ├── 4.png ├── 40.png ├── 41.png ├── 42.png ├── 43.png ├── 44.png ├── 45.png ├── 46.png ├── 47.png ├── 48.png ├── 49.png ├── 5.png ├── 50.png ├── 51.png ├── 52.png ├── 6.png ├── 7.png ├── 8.png ├── 9.png ├── back.jpg └── test.md ├── enumerateOptions.py ├── gameLogic.py ├── generateGUI.py ├── mainBig2PPOSimulation.py ├── modelParameters136500 └── rules.md /PPONetwork.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/PPONetwork.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/README.md -------------------------------------------------------------------------------- /actionIndices.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/actionIndices.pkl -------------------------------------------------------------------------------- /baselines_installation_guide_for_Windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/baselines_installation_guide_for_Windows.md -------------------------------------------------------------------------------- /big2Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/big2Game.py -------------------------------------------------------------------------------- /cardImages/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/1.png -------------------------------------------------------------------------------- /cardImages/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/10.png -------------------------------------------------------------------------------- /cardImages/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/11.png -------------------------------------------------------------------------------- /cardImages/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/12.png -------------------------------------------------------------------------------- /cardImages/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/13.png -------------------------------------------------------------------------------- /cardImages/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/14.png -------------------------------------------------------------------------------- /cardImages/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/15.png -------------------------------------------------------------------------------- /cardImages/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/16.png -------------------------------------------------------------------------------- /cardImages/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/17.png -------------------------------------------------------------------------------- /cardImages/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/18.png -------------------------------------------------------------------------------- /cardImages/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/19.png -------------------------------------------------------------------------------- /cardImages/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/2.png -------------------------------------------------------------------------------- /cardImages/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/20.png -------------------------------------------------------------------------------- /cardImages/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/21.png -------------------------------------------------------------------------------- /cardImages/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/22.png -------------------------------------------------------------------------------- /cardImages/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/23.png -------------------------------------------------------------------------------- /cardImages/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/24.png -------------------------------------------------------------------------------- /cardImages/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/25.png -------------------------------------------------------------------------------- /cardImages/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/26.png -------------------------------------------------------------------------------- /cardImages/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/27.png -------------------------------------------------------------------------------- /cardImages/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/28.png -------------------------------------------------------------------------------- /cardImages/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/29.png -------------------------------------------------------------------------------- /cardImages/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/3.png -------------------------------------------------------------------------------- /cardImages/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/30.png -------------------------------------------------------------------------------- /cardImages/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/31.png -------------------------------------------------------------------------------- /cardImages/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/32.png -------------------------------------------------------------------------------- /cardImages/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/33.png -------------------------------------------------------------------------------- /cardImages/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/34.png -------------------------------------------------------------------------------- /cardImages/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/35.png -------------------------------------------------------------------------------- /cardImages/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/36.png -------------------------------------------------------------------------------- /cardImages/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/37.png -------------------------------------------------------------------------------- /cardImages/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/38.png -------------------------------------------------------------------------------- /cardImages/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/39.png -------------------------------------------------------------------------------- /cardImages/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/4.png -------------------------------------------------------------------------------- /cardImages/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/40.png -------------------------------------------------------------------------------- /cardImages/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/41.png -------------------------------------------------------------------------------- /cardImages/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/42.png -------------------------------------------------------------------------------- /cardImages/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/43.png -------------------------------------------------------------------------------- /cardImages/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/44.png -------------------------------------------------------------------------------- /cardImages/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/45.png -------------------------------------------------------------------------------- /cardImages/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/46.png -------------------------------------------------------------------------------- /cardImages/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/47.png -------------------------------------------------------------------------------- /cardImages/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/48.png -------------------------------------------------------------------------------- /cardImages/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/49.png -------------------------------------------------------------------------------- /cardImages/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/5.png -------------------------------------------------------------------------------- /cardImages/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/50.png -------------------------------------------------------------------------------- /cardImages/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/51.png -------------------------------------------------------------------------------- /cardImages/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/52.png -------------------------------------------------------------------------------- /cardImages/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/6.png -------------------------------------------------------------------------------- /cardImages/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/7.png -------------------------------------------------------------------------------- /cardImages/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/8.png -------------------------------------------------------------------------------- /cardImages/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/9.png -------------------------------------------------------------------------------- /cardImages/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/cardImages/back.jpg -------------------------------------------------------------------------------- /cardImages/test.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /enumerateOptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/enumerateOptions.py -------------------------------------------------------------------------------- /gameLogic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/gameLogic.py -------------------------------------------------------------------------------- /generateGUI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/generateGUI.py -------------------------------------------------------------------------------- /mainBig2PPOSimulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/mainBig2PPOSimulation.py -------------------------------------------------------------------------------- /modelParameters136500: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/modelParameters136500 -------------------------------------------------------------------------------- /rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/henrycharlesworth/big2_PPOalgorithm/HEAD/rules.md --------------------------------------------------------------------------------