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

PullDrawer-v1 Env with reward function and motion planner #774

Open
wants to merge 69 commits into
base: main
Choose a base branch
from

Conversation

Viswesh-N
Copy link
Contributor

Added new env: PullDrawer-v1 along with the dense reward and motion planner

Copy link
Member

@StoneT2000 StoneT2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Main things need example video task, document it as a python docstring (see other tasks), and also can you update the code generation scripts in scripts/data_generation with the new motion planner code?

And for PPO can you give an example script that works? I will run it on my 4090 to record to wandb.

from mani_skill.utils.building import actors

@register_env("PullDrawer-v1", max_episode_steps=200)
class PullDrawerEnv(BaseEnv):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we recently updated how we document tasks/environments. It is nearly completely automatically generated now. Can you follow the documentation style of e.g. PushCube? Moreover can you save an example video with ray tracing of this task and put it in the folder with the others?

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