Zeta36 / chess-alpha-zero

Chess reinforcement learning by AlphaGo Zero methods.
MIT License
2.13k stars 479 forks source link

Requirements for Newer PCs - Changing tensorflow-gpu==1.15 to tensorflow #104

Closed nikhileshp closed 3 years ago

nikhileshp commented 3 years ago
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.15
ERROR: No matching distribution found for tensorflow-gpu==1.15

Changing tensorflow-gpu==1.15 to tensorflow in the requirements file would solve this error

nikhileshp commented 3 years ago

Problem Resolved. Do not use python version 3.8 or above for running this program. Many issues will occur