Closed oxeg closed 4 years ago
You're right, this seems like an inconsistent behavior. I've logged the issue and we'll take a look. Thanks!
Custom observations have been removed in the latest ML-Agents - if you'd like similar behavior, we suggest using Side Channels (https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Python-API.md). Closing this issue for now.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Unlike vector, visual and text observations, that are reset on every step (see
MLAgents.Agent.SendInfoToBrain()
method), custom observation is not cleared or reset.Not sure if it's actually a bug or a feature, but this behaviour feels unnatural.
Environment: