Disable csv file writing
This commit is contained in:
@@ -266,7 +266,7 @@ class PyBulletDeepMimicEnv(Env):
|
|||||||
#print("action=",)
|
#print("action=",)
|
||||||
#for a in action:
|
#for a in action:
|
||||||
# print(a)
|
# print(a)
|
||||||
np.savetxt("pb_action.csv", action, delimiter=",")
|
# np.savetxt("pb_action.csv", action, delimiter=",")
|
||||||
self.desiredPose = self._humanoid.convertActionToPose(action)
|
self.desiredPose = self._humanoid.convertActionToPose(action)
|
||||||
#we need the target root positon and orientation to be zero, to be compatible with deep mimic
|
#we need the target root positon and orientation to be zero, to be compatible with deep mimic
|
||||||
self.desiredPose[0] = 0
|
self.desiredPose[0] = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user