Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ bash run_meta_policy_new_vae_ppo_64dim.sh
```


## Troubleshooting
- Fix `ERROR: Cannot uninstall 'certifi'.` when executing `pip3 install -r requirements.txt`
```bash
pip3 install --ignore-installed certifi -r requirements
```


## Cite the paper
```
@inproceedings{liu2023hierarchical,
Expand Down