You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ A light-weight Julia wrapper for the [MuJoCo Physics Simulator](https://mujoco.o
7
7
3. Run `source ~/.bashrc` in your terminal.
8
8
4. Open your Julia REPL by typing `julia` in your terminal.
9
9
5. Press `]` on your keyboard to enter the package manager
10
-
7. Enter command `add https://github.com/adubredu/MuJoCo.jl` and press
10
+
6. Enter command `add https://github.com/adubredu/MuJoCo.jl` and press
11
11
`Enter` on your keyboard to install this package.
12
-
8. Press the `Backspace` key on your keyboard to return to the REPL
12
+
7. Press the `Backspace` key on your keyboard to return to the REPL
13
13
14
14
## Features
15
15
This package wraps DeepMind's [dm_control](https://github.com/deepmind/dm_control) Python package that provides access to the core MuJoCo package as well as some useful environments for Reinforcement Learning and interactive simulator viewing.
0 commit comments