Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 199 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 199 Bytes

BelaBot

Reinforcement learning bot playing Belot

Setting up

git clone [email protected]:InCogNiTo124/BelaBot.git
cd BelaBot
python3 -m venv venv # Always use venv
source venv/bin/activate