Get all possible agent locations #865
-
Hello, I wonder if there's some way to get all the valid positions for the agent i.e., positions in the floor with no obstacles. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
mattdeitke
Aug 30, 2021
Replies: 1 comment 1 reply
-
Hi @roymatza, I would recommend:
Here is a notebook that reproduces that: https://colab.research.google.com/drive/1Y3SumyeWbWHrgJ7mHlkk6nEoVfBmgQ9U?usp=sharing. Let me know if this works :) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mattdeitke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @roymatza, I would recommend:
Floor
).GetReachablePositions
to get the reachable positions without any objects.Here is a notebook that reproduces that: https://colab.research.google.com/drive/1Y3SumyeWbWHrgJ7mHlkk6nEoVfBmgQ9U?usp=sharing.
Let me know if this works :)