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'm interested in your project,but I'm confused about your warehouse.py,that is,why does't it output reward values every time step?Longing for your reply!
The text was updated successfully, but these errors were encountered:
It should give you rewards at every time step (at a typical gym-interface fashion).
Do note that this is a (somewhat) sparse-reward environment. Non-zero rewards are given only upon successfully delivering a requested shelf.
Thanks for your reply!Another question that is when I run the test_obs_space_2 in test_env.py,I meet this error"assert len(gym.spaces.flatten(s, o)) == env._obs_length E assert 133 == 116".What should I do?Hope for your soon reply!
Hi,I'm interested in your project,but I'm confused about your warehouse.py,that is,why does't it output reward values every time step?Longing for your reply!
The text was updated successfully, but these errors were encountered: