add humanoid_deepmimic_gym_env.py for HumanoidDeepMimicBulletEnv-v1 (still untested)

This commit is contained in:
Erwin Coumans
2018-11-25 15:33:28 -08:00
parent fbfa13894b
commit 2e30a9565b
7 changed files with 303 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
# AI 2018
import os
import inspect
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
parentdir = os.path.dirname(os.path.dirname(currentdir))
os.sys.path.insert(0,parentdir)
# Importing the libraries
import os
import numpy as np