You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
when i have finished training cartole2,to run
python play.py --task=cartpole2
,some error emerged as following:The text was updated successfully, but these errors were encountered: