goat-bench
goat-bench copied to clipboard
Python version issues and AttributeError: 'BaseEpisode' object has no attribute 'tasks'
Python 3.7 did not work due to dependency errors, so I used Python 3.8 instead. However, when running scripts/eval/2-goat-eval.sh, I encountered the following error during evaluation: AttributeError: 'BaseEpisode' object has no attribute 'tasks'. Please help me resolve this issue.
This problem has nothing to do with the Python version. You can try the solution in this issue: https://github.com/Ram81/goat-bench/issues/17, which works for me.