vds
vds copied to clipboard
AttributeError: 'ParticleMazeEnv' object has no attribute '_reset_sim'
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