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:
Erwin Coumans
2019-12-31 18:13:49 -08:00
parent ed29ba61d4
commit 528bd28e34
2 changed files with 3 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ from __future__ import print_function
import os
import gym
from gym import wrappers
import tensorflow as tf
from . import tools