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
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 time
obs = env.reset()
sleep(3)
obs = env.reset()
otherwise the bot will drop all its items and also the items' texture are gone
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