Hi,
I’m developing an environment where the agent moves objects around. Is there a way to set constraints on the state space? Eg. set a minimum and maximum local position the agent can take? I’m asking because I don’t want the agent to just move the object to the left for infinity for example. So far I’ve placed walls to delimit the area and use a collider to reset the episode, but this seems a bit silly and is also affecting my camera sensors as the walls are in some of their field of view. I’ve scoured the documentation and forums but haven’t found anything of the sort but I’d be surprised if it hasn’t come up before?
Thanks in advance