Is there an open source reinforce/a2c working example that works with MazeBase? I have been trying to make the Reinforce implementation compatible with this repo https://github.com/tesatory/hsp but seems like they are no longer compatible? This might be an issue with mazebase versions? from mazebase.torch_featurizers import GridFeaturizer ImportError: No module named 'mazebase.torch_featurizers'
Is there an open source reinforce/a2c working example that works with MazeBase?
I have been trying to make the Reinforce implementation compatible with this repo
https://github.com/tesatory/hsp
but seems like they are no longer compatible?
This might be an issue with mazebase versions?
from mazebase.torch_featurizers import GridFeaturizer
ImportError: No module named 'mazebase.torch_featurizers'