You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
When I want to implement the continuous action space to my code, I find that the agent only move 0.015m if set the linear_velocity to [1.]. Compared to discrete waypoint controller of 0.3m move_forward each step, the moving distance of velocity controller is too short!
So, the question is, can we change the settings of VelocityControlActionConfig in habitat-challenge 2023 and how can we set the value of maxium linear_velocity?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
When I want to implement the continuous action space to my code, I find that the agent only move 0.015m if set the linear_velocity to [1.]. Compared to discrete waypoint controller of 0.3m move_forward each step, the moving distance of velocity controller is too short!
So, the question is, can we change the settings of VelocityControlActionConfig in habitat-challenge 2023 and how can we set the value of maxium linear_velocity?
Thanks in advance!
The text was updated successfully, but these errors were encountered: