Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@Sino-Huang
Copy link

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

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant