tesatory / hsp

Hierarchical Self-Play
21 stars 6 forks source link

Issues with using Mazebase and compatibility with this repo #1

Open Riashat opened 5 years ago

Riashat commented 5 years ago

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?

hualuoyu commented 3 years ago

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?