Replies: 1 comment 2 replies
-
Actions like Adding new actions directly to the codebase is a little more of an involved process. If something that is not currently supported by our api is needed, please feel free to describe it in as much detail as possible as a feature request that we can look into adding on our end. If you want to add in custom actions yourself, I can respond with further details as needed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, Thanks for awesome project(codes). It's really helpful to me.
I want to train navigation model with extra actions.
default action in your Ai2Thor is move, pickup, open_by_type,"rotate", "look", "stand", "crouch"...
I want to train new model, this model have a "push" or "knock",etc.
I think these actions can increase the accuracy, so I want to evaluate their performance by learning with my own algorithm. Where should these extra actions be added? I don't know what code to fix in your project.
Beta Was this translation helpful? Give feedback.
All reactions