-
Notifications
You must be signed in to change notification settings - Fork 3
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
change_property of object cannot change img_name #325
Comments
I fixed it by adding the following three lines:
Into the change_property function of env_object.py. Probably not how it's supposed to be fixed, but it works |
Hi Nikki, I tried to reproduce this issue in various conditions and this is what I figured out: Changing an image of an agent that already had an image (
I will add an exception in the case that |
Describe the bug
I am trying to change the image of the object that is being carried as soon as it gets dropped (for example: square when picking up, circle when being put on the ground). I can change every property (for example "is_movable" can be set to False), except for the "img_name".
To Reproduce
I have my own custom action from the carrying objects together case.
Expected behavior
At properties, the "img_name" should change to "broken_light_box_human.png". However, it does not change.
The text was updated successfully, but these errors were encountered: