stepjam / PyRep

A toolkit for robot learning research.
MIT License
695 stars 165 forks source link

OpenWine task doesn't initialize correctly after the first demo #96

Closed adamconkey closed 4 years ago

adamconkey commented 4 years ago

I was collecting multiple demos for the OpenWine task and noticed that it works fine on the first demo collected (cap is on bottle and robot removes cap from bottle), but on subsequent attempts the bottle is initialized with the cap on the table instead of the bottle, and the robot tries to plan its motion to the top of the bottle and then the environment just resets and puts the bottle in a different location. I've attached an image of the environment with the cap on the table, which is how it keeps being initialized after the first recorded demo.

Screenshot from 2020-01-10 09-09-57

adamconkey commented 4 years ago

Sorry I meant to put this on RLBench repo, will relocate to that.