Skip to content

A project for researching a complex and long-horizon manipulation task especially focused on hierarchically stacking blocks.

License

Notifications You must be signed in to change notification settings

ropiens/project-sandwich-man

Repository files navigation

project-sandwich-man

A project for researching a complex and long-horizon manipulation task especially focused on hierarchically stacking blocks(With this task, we could make a sandwich!).

STATUS : In Progress


Setup

Command make init on the project repo.

  • the command clone all submodule-dependencies and install all python requirement modules.
  • after this command, you should source virtual environment using source venv/bin/activate.

Then, run make test to check installation. If setup is succeeded, you can see the below environment.

Manuals

Project Abstract

  1. Problem Survey
  2. Single-step and Multi-goal Tasks on Panda-gym, to-do-list
  3. Multi-step(hierarchical) and Multi-goal tasks on Panda-gym, to-do-list
  4. Goal/subgoal Generation(Advanced)
    • Maybe in next project..!