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

ft[collision]: Adds collision detection terminating the episode. #203

Closed maxspahn closed 1 year ago

maxspahn commented 1 year ago

Adds simple collision detection that is send to the terminated return of the step function. This can be used to terminated episodes early as a collision might be considered a failure case.