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
run like this: python3 -m dreamer.scripts.train --logdir ./logdir/debug --params '{defaults: [dreamer, debug], tasks: [adom]}' \ --num_runs 1000 --resume_runs False
at this line I get obs as dict. what am I doing wrong?
The text was updated successfully, but these errors were encountered:
I wrote my env. my env returns: {'observ':np.ones((64,64,3),dtype=np.uint8)}, reward, done, info
added to the tasks:
run like this:
python3 -m dreamer.scripts.train --logdir ./logdir/debug --params '{defaults: [dreamer, debug], tasks: [adom]}' \ --num_runs 1000 --resume_runs False
at this line I get obs as dict. what am I doing wrong?
The text was updated successfully, but these errors were encountered: