-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed3ea35
commit 5b61842
Showing
2 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
layout: "contents" | ||
title: Reward Functions | ||
firstpage: | ||
--- | ||
|
||
# Reward Functions | ||
|
||
Metaworld currently implements two types of reward functions that can be selected | ||
by passing the `reward_func_version` keyword argument to the `gym.make(...)` call. | ||
|
||
Supported are currently two versions. | ||
|
||
## Version 1 | ||
|
||
Passing `reward_func_version=v1` configures the benchmark with the primary | ||
reward function of Metaworld, which is actually a version of the | ||
`pick-place-wall` task that is modified to also work for the other tasks. | ||
|
||
|
||
## Version 2 | ||
|
||
TBA |