Skip to content

v0.1.0-rc11 Improve Clean task initial condition and Goal height

Pre-release
Pre-release
Compare
Choose a tag to compare
@geyang geyang released this 29 Sep 16:54
· 6 commits to master since this release

Task: Cleaning Table

Primitives

  1. place A into box, both on table.
  2. place B into box, with A already inside the box.

Training Mixture: 1 + 2, 50:50.

Test: Both A and B on table, and place both into the box. (edited)

Name Observation Spec Goal Init/Comment
Clean-i-v0 achieved_goal: (6,)
desired_goal: (6,)
observation: (43,)
place the first object
into the box
Clean-ii-v0 achieved_goal: (6,)
desired_goal: (6,)
observation: (43,)
place the second object
into the box while the
first one is already in there.
Clean-train-v0 achieved_goal: (6,)
desired_goal: (6,)
observation: (43,)
50/50 mixture of both
Clean-v0 achieved_goal: (6,)
desired_goal: (6,)
observation: (43,)
Start with both on the
table, place both into
the box.
twin_box_envs = [
    'fetch:Clean-i-v0',
    'fetch:Clean-ii-v0',
    'fetch:Clean-train-v0',
    'fetch:Clean-v0',
    'fetch:Clean-aside-i-v0',
    'fetch:Clean-aside-ii-v0',
    'fetch:Clean-aside-train-v0',
    'fetch:Clean-aside-v0',
]
Clean-i-v0 distribution
specs/tasksets/figures/Clean-i-v0_init.png?ts=511920 specs/tasksets/figures/Clean-i-v0_reset.png?ts=662350 specs/tasksets/figures/Clean-i-v0.gif?ts=550842
Clean-ii-v0 distribution
specs/tasksets/figures/Clean-ii-v0_init.png?ts=230667 specs/tasksets/figures/Clean-ii-v0_reset.png?ts=328788 specs/tasksets/figures/Clean-ii-v0.gif?ts=276853
Clean-train-v0 distribution
specs/tasksets/figures/Clean-train-v0_init.png?ts=083586 specs/tasksets/figures/Clean-train-v0_reset.png?ts=260712 specs/tasksets/figures/Clean-train-v0.gif?ts=392835
Clean-v0 distribution
specs/tasksets/figures/Clean-v0_init.png?ts=165417 specs/tasksets/figures/Clean-v0_reset.png?ts=264129 specs/tasksets/figures/Clean-v0.gif?ts=193331
Clean-aside-i-v0 distribution
specs/tasksets/figures/Clean-aside-i-v0_init.png?ts=929441 specs/tasksets/figures/Clean-aside-i-v0_reset.png?ts=026328 specs/tasksets/figures/Clean-aside-i-v0.gif?ts=821052
Clean-aside-ii-v0 distribution
specs/tasksets/figures/Clean-aside-ii-v0_init.png?ts=583657 specs/tasksets/figures/Clean-aside-ii-v0_reset.png?ts=678971 specs/tasksets/figures/Clean-aside-ii-v0.gif?ts=530760
Clean-aside-train-v0 distribution
specs/tasksets/figures/Clean-aside-train-v0_init.png?ts=648270 specs/tasksets/figures/Clean-aside-train-v0_reset.png?ts=826200 specs/tasksets/figures/Clean-aside-train-v0.gif?ts=969260
Clean-aside-v0 distribution
specs/tasksets/figures/Clean-aside-v0_init.png?ts=783935 specs/tasksets/figures/Clean-aside-v0_reset.png?ts=885287 specs/tasksets/figures/Clean-aside-v0.gif?ts=693937