Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
adubredu committed Feb 3, 2023
1 parent 3cfc959 commit 5899bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ A light-weight Julia wrapper for the [MuJoCo Physics Simulator](https://mujoco.o
3. Run `source ~/.bashrc` in your terminal.
4. Open your Julia REPL by typing `julia` in your terminal.
5. Press `]` on your keyboard to enter the package manager
7. Enter command `add https://github.com/adubredu/MuJoCo.jl` and press
6. Enter command `add https://github.com/adubredu/MuJoCo.jl` and press
`Enter` on your keyboard to install this package.
8. Press the `Backspace` key on your keyboard to return to the REPL
7. Press the `Backspace` key on your keyboard to return to the REPL

## Features
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.
Expand Down

0 comments on commit 5899bd1

Please sign in to comment.