huawei-noah / SMARTS

Scalable Multi-Agent RL Training School for Autonomous Driving
MIT License
922 stars 186 forks source link

[Bug Report] Trigger type Condition state carries over between resets #2064

Open Gamenot opened 1 year ago

Gamenot commented 1 year ago

High Level Description

Trigger type conditions maintain state relating to when they are resolved. This state carries over to the next time they are used.

Version

v1.1.0

Steps to reproduce the bug

Use any `Trigger` type condition in a scenario.

System info

No response

Error logs and screenshots

No response

Impact (If known)

Scenarios that make use of Trigger related conditions will interfere with each other whenever the Trigger condition does not have a constant result.