[Question] Action Masking in Discrete Space #3055
Unanswered
shiven2001
asked this question in
Q&A
Replies: 1 comment
-
Thank you for posting this. I'll move this post to our Discussions. Here are a few things to consider.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am making an environment where the robot can take the following actions: move 1m left/right/forward/back and 10 degrees rotate left and right. But if the robot approaches the boundary (10x10 grid) then it cannot take an action which will get it outside of the boundary. so if the robot is at (5.0, 0.0, 0.0), then the action which leads to (6.0, 0, 0) is invalid and not chosen... How to implement this?
Beta Was this translation helpful? Give feedback.
All reactions