-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
3 changed files
with
589 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,19 @@ Wrapping Meta-World environments directly is left up to the user. | |
To avoid confusion, please always use the goal-observable, randomized goal and initial state variation of Meta-World (MT50-rand), and always sample length 500 episodes. | ||
If you choose not to, please prominently document what configuration you used instead. | ||
|
||
Language-World can be installed via pip: | ||
Language-World can be installed via pypi: | ||
|
||
``` | ||
pip install git+https://github.com/krzentner/language-world[email protected] | ||
pip install language-world==0.1.1 | ||
``` | ||
|
||
Or directly from the git repo | ||
``` | ||
pip install git+https://github.com/krzentner/[email protected] | ||
``` | ||
|
||
You will also need to install a version of Meta-World. language-world should work will all versions of Meta-World with at least v2 environments. | ||
|
||
Alternatively, copy [this file](./src/language_world/__init__.py) into your project. | ||
|
||
Language-World consists of three main components: | ||
|
Oops, something went wrong.