xiaoerlaigeid / fantasy-football-auction-ai

An AI for doing a fantasy football auction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fantasy-football-auction-ai

An agent for doing a fantasy football auction, using the gym fantasy football auction environment

Some code was based on https://github.com/Zeta36/chess-alpha-zero to implement the "alpha zero" learning agent.

To run:

pip install .
python learn.py

Performance

This shows how long it takes to solve each task.

Task Agent Episodes
FFEnv1-v0 (reward 3) ConvDQNFantasyFootballAgent 469

About

An AI for doing a fantasy football auction

License:MIT License


Languages

Language:Python 100.0%