more fixes for pybullet

This commit is contained in:
Erwin Coumans
2017-08-22 09:32:16 -07:00
parent dd4cc5f4ef
commit 21ca6a90f0
3 changed files with 1 additions and 120 deletions

View File

@@ -1,7 +1,7 @@
import gym
import numpy as np
import pybullet as p
from .. import pybullet_envs
import pybullet_envs
import time
def relu(x):