matched file structure of classic control with other tasks

This commit is contained in:
ottofabian
2021-06-25 16:17:22 +02:00
parent a30bdb8ce5
commit dffa3e3682
13 changed files with 96 additions and 87 deletions
@@ -39,7 +39,7 @@ def config_save(dir_path, config):
def change_kp_in_xml(kp_list,
model_path="/home/zhou/slow/table_tennis_rl/simulation/gymTableTennis/gym_table_tennis/envs/robotics/assets/table_tennis/right_arm_actuator.xml"):
model_path="/home/zhou/slow/table_tennis_rl/simulation/gymTableTennis/gym_table_tennis/simple_reacher/robotics/assets/table_tennis/right_arm_actuator.xml"):
tree = ET.parse(model_path)
root = tree.getroot()
# for actuator in root.find("actuator"):