akaps / hanabi_ai

AI competition of the card game Hanabi, where the best AI is measured as the most cooperative and contributes to the highest scoring games
MIT License
1 stars 2 forks source link

python 3: sample and sample_tournament scripts fail #137

Open akaps opened 3 years ago

akaps commented 3 years ago

run them on windows: (hanabi_ai) D:\Projects\hanabi_ai>python hanabi_ai\play_game.py "single" "hanabi_ai.players.example_discarder.Discarder" "hanabi_ai.players.example_discarder.Discarder" --log_dir "game_logs/results.txt" --log_stderr "game_logs/errors.txt" Traceback (most recent call last): File "hanabi_ai\play_game.py", line 12, in <module> from hanabi_ai.model.table import HanabiTable ModuleNotFoundError: No module named 'hanabi_ai'