Skip to content

Commit

Permalink
Merge pull request MineDojo#91 from saragracelien/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yunfanjiang authored Aug 29, 2023
2 parents 1363091 + 94c46ed commit 2731bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ MINEDOJO_HEADLESS=1 python minedojo/scripts/validate_install.py

# Getting Started

MineDojo provides a [Gym-style](https://www.gymlibrary.ml/) interface for developing embodied agents that interact with the simulator in a loop. Here is a very simple code snippet of a hardcoded agent that runs forward and jumps every 10 steps in the "Harvest Wool" task:
MineDojo provides a [Gym-style](https://www.gymlibrary.dev/) interface for developing embodied agents that interact with the simulator in a loop. Here is a very simple code snippet of a hardcoded agent that runs forward and jumps every 10 steps in the "Harvest Wool" task:

```python
import minedojo
Expand Down

0 comments on commit 2731bc2

Please sign in to comment.