We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7989e3b commit ee472f8Copy full SHA for ee472f8
docs/envs/adroit_hand/index.md
@@ -13,6 +13,15 @@ environments that can be initialized depending on the task to be solved:
13
* `AdroitHandPen-v1`: The hand has to manipulate a pen until it achieves a desired goal position and rotation.
14
* `AdroitHandRelocate-v1`: The hand has to pick up a ball and move it to a target location.
15
16
+A sparse reward variant of each environment is also provided.
17
+These environments have a reward of 10.0 for achieving the target goal, and -0.1 otherwise.
18
+They can be initialized via:
19
+
20
+* `AdroitHandDoorSparse-v1`
21
+* `AdroitHandHammerSparse-v1`
22
+* `AdroitHandPenSparse-v1`
23
+* `AdroitHandRelocateSparse-v1`
24
25
```{raw} html
26
:file: list.html
27
```
0 commit comments