Skip to content

RL-PucPR/tft-rl-bot

Repository files navigation

Teamfight Tactics Reinforcement Learning Bot

This project is destined to the development of a Reinforcement Learning Agent for the purpose of Academic Research

Installation

Install dependencies

In a terminal with the corresponding python environment running

pip install -r requirements.txt

Install Tesseract

Tesseract is required for running the interactive bot

On Windows

Download binary from Tesseract GitHub Wiki

Make sure to install tesseract at the specified path C:\Program Files\Tesseract-OCR\tesseract.exe

On Linux

sudo apt-get update
sudo apt-get install libleptonica-dev 
sudo apt-get install tesseract-ocr tesseract-ocr-dev
sudo apt-get install libtesseract-dev

On Mac

brew install tesseract

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages