robotic-warehouse icon indicating copy to clipboard operation
robotic-warehouse copied to clipboard

Questions of reward every step output

Open POJIANWU opened this issue 2 years ago • 2 comments

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!

POJIANWU avatar Jun 28 '22 07:06 POJIANWU

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.

semitable avatar Aug 31 '22 14:08 semitable

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!

POJIANWU avatar Oct 13 '22 07:10 POJIANWU