Replies: 2 comments 1 reply
-
|
one hack I am using for now is: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi, I recommend to use the For example, you can give the handle to
And in you behavior method, just This usage is similar to the |
Beta Was this translation helpful? Give feedback.
1 reply
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 using a custom behaviour, I would like to render the environment during the behavior evaluation. For example, the bahavior is path planning and I want to visualize candidates before one is selected. At the moment render is called after step and at this point all candidates have been evaluated and only the "best" has been selected.
Is it possible to get a handle to
envinside the behavior? As far as I can tell we only have access to the ego_objectBeta Was this translation helpful? Give feedback.
All reactions