From e1617c34a67bb904f5eee5ef9777021b31a49619 Mon Sep 17 00:00:00 2001 From: Onur Date: Thu, 27 Jan 2022 15:38:37 +0100 Subject: [PATCH] started working on contextual bp --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5aa424..6122e90 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( 'gym', 'PyQt5', 'matplotlib', - 'mp_env_api @ git+https://github.com/ALRhub/motion_primitive_env_api.git', + #'mp_env_api @ git+https://github.com/ALRhub/motion_primitive_env_api.git', # 'mp_env_api @ git+ssh://git@github.com/ALRhub/motion_primitive_env_api.git', 'mujoco-py<2.1,>=2.0', 'dm_control',