You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi... I am working on an algorithm that can detect sensor/actuator failures using reinforcement learning. I want to apply this to a simulation environment. How can I adapt my malfunction scenario to run in this environment? Could you please help me?
The text was updated successfully, but these errors were encountered:
the current status of the repo does not include sensor simulation but you might inject errors/noise in the action (the input to method step()) for actuator failure and to the obs (the return value of method step()) for sensing failure.
Hi... I am working on an algorithm that can detect sensor/actuator failures using reinforcement learning. I want to apply this to a simulation environment. How can I adapt my malfunction scenario to run in this environment? Could you please help me?
The text was updated successfully, but these errors were encountered: