Skip to content

Commit

Permalink
Fixing qpos order in the xml of the basketball task.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinluo27 committed Apr 28, 2024
1 parent 87ac948 commit 871504e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion metaworld/envs/assets_v2/sawyer_xyz/sawyer_basketball.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@

<worldbody>

<!-- <body name="bsktball" pos="0 0.6 0.03">
<freejoint/>
<include file="../objects/assets/basketball.xml"/>
</body> -->
<include file="../objects/assets/xyz_base.xml"/>
<body name="bsktball" pos="0 0.6 0.03">
<freejoint/>
<include file="../objects/assets/basketball.xml"/>
</body>
<include file="../objects/assets/xyz_base.xml"/>

<body name="basket_goal" pos="0. 0.9 0">
<include file="../objects/assets/basketballhoop.xml"/>
Expand Down

0 comments on commit 871504e

Please sign in to comment.