We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am confused about the sparse reward signal of the table wipe environment. It says in the environment's reward function that:
robosuite/robosuite/environments/manipulation/wipe.py
Lines 294 to 301 in eb01e1f
However, the unit_wiped_reward is only given if reward-shaping (non-sparse reward) is being used:
unit_wiped_reward
Lines 429 to 430 in eb01e1f
This seems inconsistent to me. Do I misunderstand something here or should the unit_wiped_reward be considered in the sparse reward signal as well?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am confused about the sparse reward signal of the table wipe environment. It says in the environment's reward function that:
robosuite/robosuite/environments/manipulation/wipe.py
Lines 294 to 301 in eb01e1f
Hence, I suspect to get a reward for every wiped dirt peg and an additional reward, if all dirt has been wiped with the sparse reward signal.
However, the
unit_wiped_reward
is only given if reward-shaping (non-sparse reward) is being used:robosuite/robosuite/environments/manipulation/wipe.py
Lines 429 to 430 in eb01e1f
This seems inconsistent to me. Do I misunderstand something here or should the
unit_wiped_reward
be considered in the sparse reward signal as well?Thank you for your help!
The text was updated successfully, but these errors were encountered: