hsp icon indicating copy to clipboard operation
hsp copied to clipboard

Issues with using Mazebase and compatibility with this repo

Open Riashat opened this issue 6 years ago • 1 comments

I am looking for a simple reinforce/a2c example to work with Mazebase environments.

It seems like Mazebase repo is no longer compatible with this repo?

I get this error

from mazebase.torch_featurizers import GridFeaturizer ImportError: No module named 'mazebase.torch_featurizers'

Alternatively, is there an open source reinforce/a2c implementation that comes with Mazebase?

Riashat avatar Apr 13 '19 14:04 Riashat

I am looking for a simple reinforce/a2c example to work with Mazebase environments.

It seems like Mazebase repo is no longer compatible with this repo?

I get this error

from mazebase.torch_featurizers import GridFeaturizer ImportError: No module named 'mazebase.torch_featurizers'

Alternatively, is there an open source reinforce/a2c implementation that comes with Mazebase?

Have you run all the code completely?

hualuoyu avatar Feb 18 '21 04:02 hualuoyu