You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nearest_obstacle_distance method returns the distance to the nearest obstacle. Check the base.py file in envs to know about the general implementation of the method. As an example you can also take a look at the method implemented in the PolygonEnv.
The text was updated successfully, but these errors were encountered:
The
nearest_obstacle_distance
method returns the distance to the nearest obstacle. Check thebase.py
file inenvs
to know about the general implementation of the method. As an example you can also take a look at the method implemented in thePolygonEnv
.The text was updated successfully, but these errors were encountered: