Skip to content

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

@Sino-Huang

Description

@Sino-Huang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions