Byron Galbraith
Byron Galbraith
Hi @andreasvlachos! I've been working through the codebase as well and I've run into some similar issues (conda environment, python 3.7, pytorch 1.0). I've been going through the exercise of...
Also, test_randomly.py won't work as it is trying to import modules in the macarico/data package which don't exist: `synthetic` and `types`. All folders named data are ignored by a rule...
Hi @sroecker. I think what you're addressing is the fact that when we do choose to pre-cache random samples in the bandit, we should draw from the same iteration sample...