when i have finished training cartole2,to run python play.py --task=cartpole2,some error emerged as following:
Traceback (most recent call last):
File "play.py", line 180, in <module>
play(args)
File "play.py", line 55, in play
env_cfg.noise.add_noise = False
AttributeError: 'Cartpole2Config' object has no attribute 'noise'
when i have finished training cartole2,to run
python play.py --task=cartpole2
,some error emerged as following: