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
It looks like I have to wait for at least 3 seconds, reset environment twice before performing actions, otherwise bugs happened and the agent droped all its items
#21
Open
Sino-Huang opened this issue
Jan 9, 2022
· 0 comments
Hi, it looks like I have to wait for at least 3 seconds, reset environment twice before performing actions
env=gym.make("IGLUSilentBuilder-v0", action_space='human-level')
# env = gym.make("IGLUSilentBuilderVisual-v0") # this is the environment during testing timeobs=env.reset()
sleep(3)
obs=env.reset()
otherwise the bot will drop all its items and also the items' texture are gone
The text was updated successfully, but these errors were encountered:
Hi, it looks like I have to wait for at least 3 seconds, reset environment twice before performing actions
otherwise the bot will drop all its items and also the items' texture are gone
The text was updated successfully, but these errors were encountered: