maxspahn / gym_envs_urdf

URDF environments for gym
https://maxspahn.github.io/gym_envs_urdf/
GNU General Public License v3.0
43 stars 14 forks source link

Noisy observations might be outside of observation space. #220

Open maxspahn opened 1 year ago

maxspahn commented 1 year ago

For some observations, the sensing of the FullSensor with added noise might result in an observation to be outside the observation space. This caused the environment to trigger a terminated statement. After adding the noise, the observation should be clipped by the limits of the observation space.

https://github.com/maxspahn/gym_envs_urdf/blob/19cf13921383913bb5ce66ea20936857ebe142f2/urdfenvs/sensors/full_sensor.py#L128-L130