-
Notifications
You must be signed in to change notification settings - Fork 198
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
base: main
Are you sure you want to change the base?
Conversation
merge conflict resolved
merge newer commits
resolve merge conflicts
There was a problem hiding this 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): |
There was a problem hiding this comment.
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?
Added new env: PullDrawer-v1 along with the dense reward and motion planner