Open
Conversation
…scripted grasping
Merge avi-master into WidowX
…cidentally deleted in the avi-master -> widowX merge process.
…O: fix later loop fail causing robot to get stuck.
…erent versions of misc.py and sawyer_base.py.
…ster with Jonathan's help.
…Env. BoxPackingEnv has new reward function that incentivizes opening box and dropping item into box, but no closing box incentive yet.
…owBoxPackingEnv reward function to be only based on door angle.
…r. Tested in scripted policy setting.
…fter the reaching reward worked.
…ting functionality to widow box packing scripted policy. URDF friction changes to robot gripper and box handle. Functional Widow200 grasp environment with step and reset.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO:
--Two versions of utils/misc.py with unresolved differences aren't merged yet.
--Two versions of SawyerBase class in sawyer_base.py exist in the same file; currently the WidowX branch version is commented out. This needs to be resolved.
--Both avi-master and WidowX require
img = np.reshape(np.array(img), (48, 48, 4))in front of theimg = img[:,:,:-1]line in bullet/misc.py. I'm suspecting some package differences exist because Avi doesn't get this error on avi-master.