This is not really a serious bug or anything that really needs to be fixed, but I think it would be convenient:
At the moment, the rendering in EnvWithGoal looks like this:
def render(self):
self.base_env.render()
I think it might be convenient to accept args and kwargs (e.g. for rendering mode), i.e.
Hey, it's me again :)
This is not really a serious bug or anything that really needs to be fixed, but I think it would be convenient: At the moment, the rendering in
EnvWithGoal
looks like this:I think it might be convenient to accept args and kwargs (e.g. for rendering mode), i.e.
As I said, nothing serious, just a heads-up :)
Best, Markus