Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find 'habitat/task/actions/oracle_arm_action' #36

Open
mengxi1030 opened this issue Jan 2, 2025 · 3 comments
Open

Could not find 'habitat/task/actions/oracle_arm_action' #36

mengxi1030 opened this issue Jan 2, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@mengxi1030
Copy link

python -u -m habitat_baselines.run
--config-name=social_rearrange/llm_spot_drone.yaml
habitat_baselines.evaluate=True
habitat_baselines.num_environments=1

In 'benchmark/multi_agent/hssd_spot_drone': Could not find 'habitat/task/actions/oracle_arm_action'

Available options in 'habitat/task/actions':
a_selection_of_base_or_arm
answer
arm_action
arm_pick_action
arm_place_action
arm_reset_action
base_velocity
base_velocity_non_cylinder
drone_base_velocity
drone_oracle_nav_action
drone_oracle_nav_action_3d
empty
fetch_oracle_nav_action
fetch_oracle_nav_action_3d
grab_release
humanoid_pick_action
humanoidjoint_action
look_down
look_up
move_forward
oracle_nav_action
oracle_nav_coord_action
pddl_apply_action
rearrange_stop
spot_oracle_nav_action
spot_oracle_nav_action_3d
stop
stretch_oracle_arm_action
stretch_oracle_nav_action
stretch_oracle_nav_action_3d
turn_left
turn_right
velocity_control
wait
Config search path:
provider=hydra, path=pkg://hydra.conf
provider=main, path=file:///data/gaofei/code/habitat-lab/habitat-baselines/habitat_baselines/config │
provider=habitat, path=pkg://habitat.config
provider=habitat, path=pkg://habitat_baselines.config
provider=schema, path=structured://

I used an old version of the yaml file instead of downloading it again.

@Tradewindycc
Copy link
Collaborator

@mengxi1030 Hi there, thanks for your report. oracle_arm_action has indeed been removed from our action set. We did not replace oracle_arm_action with the current action set in the configuration file hssd_spot_drone.yaml for running demo. We are sorry for making that mistake.

In the latest commit, we have made the corresponding changes to the configuration. Please update your code and try again. Thank you again for your valuable report!

@Tradewindycc Tradewindycc added the bug Something isn't working label Jan 2, 2025
@mengxi1030
Copy link
Author

mengxi1030 commented Jan 3, 2025

return self.spaces[key] │
KeyError: 'arm_action'
This error occurs when running the demo

@Tradewindycc
Copy link
Collaborator

return self.spaces[key] │ KeyError: 'arm_action' This error occurs when running the demo

@mengxi1030 Sorry for that, the YAML files used for running demo doesn't match the current version. We have updated them to the latest version, please try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants