Skip to content

Commit 1803564

Browse files
committed
update following rusty_mujoco & update README
1 parent 7834e4e commit 1803564

File tree

4 files changed

+10
-545
lines changed

4 files changed

+10
-545
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ homepage = "https://crates.io/crates/oxide_control"
88
repository = "https://github.com/rust-control/oxide_control"
99
readme = "README.md"
1010
license = "MIT"
11-
description = ""
11+
description = "A high-level interface for reinforcement learning and control tasks in MuJoCo environments"
1212
keywords = ["mujoco", "rl", "ml", "physics", "robotics"]
1313
categories = ["science::robotics", "simulation"]
1414

1515
[dependencies]
16-
rusty_mujoco = { path = "../rusty_mujoco", version = "0.0.1" }
16+
rusty_mujoco = { path = "../rusty_mujoco", version = "0.1.0" }

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
<h1><code>oxide_control</code>: The <a href="https://github.com/google-deepmind/dm_control"><code>dm_control</code></a> layer for Rust</h1>
33
</div>
44

5-
Built up on [rusty_mujoco](https://github.com/rust-control/rusty_mujoco), a Rust bindings for the <a href="https://mujoco.org">MuJoCo</a> physics simulator.
5+
`oxide_control` is a Rust software stack for
6+
physics-based simulation and Reinforcement Learning environments, using MuJoCo.
7+
8+
This is built up on [rusty_mujoco](https://github.com/rust-control/rusty_mujoco) binding,
9+
and provides a high-level interface similar to [dm_control](https://github.com/google-deepmind/dm_control) in Python.
10+
11+
## Features
12+
613

design.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)