Skip to content

Commit

Permalink
Pages work (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
reginald-mclean authored May 27, 2024
1 parent 5186a93 commit fb7ee00
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 23 deletions.
4 changes: 4 additions & 0 deletions docs/_static/metaworld-text.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env.set_task(task) # Set task
obs = env.reset() # Reset environment
a = env.action_space.sample() # Sample an action
obs, reward, done, info = env.step(a)
obs, reward, terminate, truncate, info = env.step(a)
```

```{toctree}
Expand Down
21 changes: 0 additions & 21 deletions docs/introduction/installation.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/rendering/rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ a = env.action_space.sample() # Sample an action
obs, reward, terminate, truncate, info = env.step(a) # Step the environment with the sampled random action
```

You can also render from a specific camera
## Render from a specific camera

In addition to the base render functions, Meta-World supports multiple camera positions.

Expand Down

0 comments on commit fb7ee00

Please sign in to comment.