HampusAstrom
Results
2
comments of
HampusAstrom
I have similar problems. I could solve some of them but changing all imports somewhat as seen i attached diffs. [diff.txt](https://github.com/uber-research/go-explore/files/6385560/diff.txt) This however only works in some cases and is...
Never mind. The problem was that you instructed us to do: export PYTHONPATH="${PYTHONPATH}:/your/path/go-explore/robustified/goexplore_py" when in reality the parent folder should be in the path instead: export PYTHONPATH="${PYTHONPATH}:/your/path/go-explore/robustified" I still have...