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
Dear Author,
I run the code by python ding/example/mappo.py, but I got an error:
Traceback (most recent call last):
File "/data/projects/20240701/DI-engine/ding/example/mappo.py", line 45, in <module>
main()
File "/data/projects/20240701/DI-engine/ding/example/mappo.py", line 36, in main
task.use(gae_estimator(cfg, policy.collect_mode))
File "/home/wj/anaconda3/envs/di/lib/python3.9/site-packages/ding/framework/middleware/functional/advantage_estimator.py", line 35, in gae_estimator
obs_shape = cfg['policy']['model']['obs_shape']
KeyError: 'obs_shape'
Can you help me to solve this problem?
Thanks
The text was updated successfully, but these errors were encountered:
Dear Author,
I run the code by python ding/example/mappo.py, but I got an error:
Can you help me to solve this problem?
Thanks
The text was updated successfully, but these errors were encountered: