I'm getting
AttributeError: 'Box' object has no attribute 'n'
When I try to use a spaces.Tuple ( tuple ( spaces.box( as an action space for a gym environment, and I suspect (from some of the issues on this repo, some of the code and discussion elsewhere) that it is because this repo does not support continuous action spaces, is that right?
I'm getting
When I try to use a
spaces.Tuple ( tuple ( spaces.box(as an action space for a gym environment, and I suspect (from some of the issues on this repo, some of the code and discussion elsewhere) that it is because this repo does not support continuous action spaces, is that right?