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
Hi!
I face this particular assertion error while trying to reproduce the results.
AssertionError: The obs returned by the reset() method observation keys is not same as the observation space keys, obs keys: ['image', 'direction', 'mission'], space keys: ['image']
I've downloaded the installation packages and running the main.py file by !python main.py --env_name MiniGrid-KeyCorridorS3R2-v0 --env-type args_base2final_exploration_BIMRL --num_processes 16
How to resolve this?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I face this particular assertion error while trying to reproduce the results.
AssertionError: The obs returned by the
reset()method observation keys is not same as the observation space keys, obs keys: ['image', 'direction', 'mission'], space keys: ['image']
I've downloaded the installation packages and running the main.py file by
!python main.py --env_name MiniGrid-KeyCorridorS3R2-v0 --env-type args_base2final_exploration_BIMRL --num_processes 16
How to resolve this?
Thanks!
The text was updated successfully, but these errors were encountered: