Baselines: PPO2: missing VecNormalize and DummyVecEnv

Created on 17 Nov 2017  路  2Comments  路  Source: openai/baselines

The example code of PPO2 at baselines/baselines/ppo2/run_mujoco.py attempts to import VecNormalize and DummyVecEnv:

[鈥
from baselines.common.vec_env.vec_normalize import VecNormalize
[鈥
from baselines.common.vec_env.dummy_vec_env import DummyVecEnv
[鈥

However, these modules are nowhere to be found in vec_env

Most helpful comment

oops, should be fixed now

All 2 comments

Similarly, baselines/ppo2/run_atari.py attempts to import VecFrameStack, which does not exist:

baselines/ppo2/run_atari.py: from baselines.common.vec_env.vec_frame_stack import VecFrameStack

oops, should be fixed now

Was this page helpful?
0 / 5 - 0 ratings

Related issues

initial-h picture initial-h  路  4Comments

ahsteven picture ahsteven  路  5Comments

ccarterc picture ccarterc  路  4Comments

alapite picture alapite  路  4Comments

tyzaizl picture tyzaizl  路  3Comments