fixes in PyBullet deep_mimic to allow running in pip version

This commit is contained in:
Erwin Coumans
2019-02-11 08:51:07 -08:00
parent 12e6478689
commit 1bd201eb43
13 changed files with 56 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ os.sys.path.insert(0,parentdir)
print("parentdir=",parentdir)
import json
from pybullet_envs.deep_mimic.learning.rl_world import RLWorld
from learning.ppo_agent import PPOAgent
from pybullet_envs.deep_mimic.learning.ppo_agent import PPOAgent
import pybullet_data
from pybullet_utils.arg_parser import ArgParser