Hi, in the info dictionary with the ground truth variables enabled, there has been a typo in the keys (ground_truth_current_state_varibales instead of ground_truth_current_state_variables). While eventually not crucial, it is probably preferable to correct this typo. This pull request fixes the typo in all places I found.
Thanks a lot for catching this typo! Changes are looking good to me. Could you please update the PR with the latest master that will fix some of the currently broken tests? Thank you!
Hi, in the info dictionary with the ground truth variables enabled, there has been a typo in the keys (
ground_truth_current_state_varibales
instead ofground_truth_current_state_variables
). While eventually not crucial, it is probably preferable to correct this typo. This pull request fixes the typo in all places I found.