rr-learning / CausalWorld

CausalWorld: A Robotic Manipulation Benchmark for Causal Structure and Transfer Learning
https://sites.google.com/view/causal-world/home
MIT License
205 stars 25 forks source link

Fixing GT variable typo #107

Closed phlippe closed 1 year ago

phlippe commented 1 year ago

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.

ftraeuble commented 1 year ago

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!