Skip to content

Commit

Permalink
Fix install
Browse files Browse the repository at this point in the history
Signed-off-by: An Thai Le <an.thai.le97@gmail.com>
  • Loading branch information
An Thai Le committed Nov 2, 2021
1 parent 42e3597 commit b7db7d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ cd tp-rmp
pip install -r requirements.txt
```

Additonally, please install `ffmpeg` by:

```bash
sudo apt install ffmpeg
```

## Usage

We create a dataset of 2D skills consisting of `start` frame and `end` frame
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ matplotlib
pyyaml
pybullet
scipy
tqdm
tqdm
cvxpy
gym

0 comments on commit b7db7d1

Please sign in to comment.