vds icon indicating copy to clipboard operation
vds copied to clipboard

AttributeError: 'ParticleMazeEnv' object has no attribute '_reset_sim'

Open Gaoee opened this issue 4 years ago • 0 comments

Hi, I want to test maze tasks, but I get such error: AttributeError: 'ParticleMazeEnv' object has no attribute '_reset_sim'

I run command as: python -m baselines.ve_run --alg=her --env=MazeA-v0 --num_timesteps=500000 --size_ensemble=3 --log_path=./data/test_MazeA-v0

Gaoee avatar Mar 30 '21 01:03 Gaoee