you cannot reference folders with -
in the name
from player-random.agent import Agent #player-random/agent.py won't work
from player_random.agent import Agent #player_random/agent.py does work
overly short and inconsistent naming are ideomatic
import pandas as pd