From 6b9acf84b84d0844314f53ce590894a10b45547e Mon Sep 17 00:00:00 2001 From: bonzo-ntu Date: Wed, 8 Nov 2023 14:29:37 +0000 Subject: [PATCH] fix issue #1 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fafe86f..ce120ab 100644 --- a/README.md +++ b/README.md @@ -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,