Skip to content

Commit

Permalink
Publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
krzentner committed Apr 22, 2024
1 parent 60f7b52 commit 8356639
Show file tree
Hide file tree
Showing 3 changed files with 589 additions and 12 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading

0 comments on commit 8356639

Please sign in to comment.