diff --git a/DeepCrazyhouse/src/preprocessing/puzzles/puzzle_to_planes_converter.py b/DeepCrazyhouse/src/preprocessing/puzzles/puzzle_to_planes_converter.py index de5dd752..5feeb8ae 100644 --- a/DeepCrazyhouse/src/preprocessing/puzzles/puzzle_to_planes_converter.py +++ b/DeepCrazyhouse/src/preprocessing/puzzles/puzzle_to_planes_converter.py @@ -23,6 +23,9 @@ """ from pathlib import Path +import sys + +sys.path.insert(0, '../../../../') import pandas as pd import chess import chess.engine