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

Changes to obs space descriptions in unit6.ipynb #449

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

Ivan-267
Copy link
Contributor

@Ivan-267 Ivan-267 commented Dec 19, 2023

This PR proposes some changes to the description of the observation space.

However, please verify the validity first since I'm not very familiar with this env.

My current understanding after taking a look at (https://panda-gym.readthedocs.io/en/latest/custom/custom_task.html) and (https://github.com/qgallouedec/panda-gym/blob/master/panda_gym/envs/tasks/reach.py#L47-L48) is that the desired_goal is likely the target position for the end-effector (also the position of the target object used to indicate the goal) which is randomly sampled on restart, while the achieved_goal is the current position of the end-effector, with reward being -(distance between the two) in the dense version.

The success condition is then whether the difference between achieved and desired goals is less than the threshold.

@simoninithomas simoninithomas merged commit c10eff5 into huggingface:main Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants