First time here? Check out the Help page!
1 | initial version |
A workaround I found for creating custom data for SQL output for DView is to use EMS and actuate an arbitrary Schedule:Constant. For instance, I wanted to track a reward metric for reinforcement learning control purposes during a simulation, so I created the schedule below
And just actuated it with my desired reward values throughout my simulation using Python EMS.