increase plane from 30 to 200 (to allow quadrupeds to run further, not fall off cliff)
fix issue with gym.wrappers in pybullet_envs.agents.visualize_ppo.py
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<visual>
|
||||
<origin rpy="0 0 0" xyz="0 0 0"/>
|
||||
<geometry>
|
||||
<mesh filename="plane.obj" scale="1 1 1"/>
|
||||
<mesh filename="plane100.obj" scale="1 1 1"/>
|
||||
</geometry>
|
||||
<material name="white">
|
||||
<color rgba="1 1 1 1"/>
|
||||
@@ -21,7 +21,7 @@
|
||||
<collision>
|
||||
<origin rpy="0 0 0" xyz="0 0 -5"/>
|
||||
<geometry>
|
||||
<box size="30 30 10"/>
|
||||
<box size="200 200 10"/>
|
||||
</geometry>
|
||||
</collision>
|
||||
</link>
|
||||
|
||||
@@ -26,6 +26,7 @@ from __future__ import print_function
|
||||
import os
|
||||
|
||||
import gym
|
||||
from gym import wrappers
|
||||
import tensorflow as tf
|
||||
|
||||
from . import tools
|
||||
|
||||
Reference in New Issue
Block a user