mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 22:00:05 +00:00
Merge pull request #1528 from erwincoumans/master
remove baselines dependency (not needed, since it is a random policy)
This commit is contained in:
commit
0e8097e3a6
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user