Merge pull request #1528 from erwincoumans/master

remove baselines dependency (not needed, since it is a random policy)
This commit is contained in:
erwincoumans 2018-01-25 08:53:46 -08:00 committed by GitHub
commit 0e8097e3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ import gym
from pybullet_envs.bullet.kuka_diverse_object_gym_env import KukaDiverseObjectEnv
from gym import spaces
from baselines import deepq
class ContinuousDownwardBiasPolicy(object):
@ -58,4 +57,4 @@ def main():
if __name__ == '__main__':
main()
main()