├── .idea ├── .gitignore ├── Stoch2_gym_env.iml ├── inspectionProfiles │ └── profiles_settings.xml ├── misc.xml ├── modules.xml └── vcs.xml ├── README.md ├── arbitary_slope_test.py ├── create_initial_policy.py ├── experiments ├── 19Oct1 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_102.npy │ │ ├── policy_105.npy │ │ ├── policy_21.npy │ │ ├── policy_24.npy │ │ ├── policy_27.npy │ │ ├── policy_30.npy │ │ ├── policy_33.npy │ │ ├── policy_36.npy │ │ ├── policy_39.npy │ │ ├── policy_42.npy │ │ ├── policy_45.npy │ │ ├── policy_48.npy │ │ ├── policy_51.npy │ │ ├── policy_54.npy │ │ ├── policy_57.npy │ │ ├── policy_60.npy │ │ ├── policy_63.npy │ │ ├── policy_66.npy │ │ ├── policy_69.npy │ │ ├── policy_72.npy │ │ ├── policy_75.npy │ │ ├── policy_78.npy │ │ ├── policy_81.npy │ │ ├── policy_84.npy │ │ ├── policy_87.npy │ │ ├── policy_90.npy │ │ ├── policy_93.npy │ │ ├── policy_96.npy │ │ └── policy_99.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png ├── 21Oct3 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_12.npy │ │ ├── policy_15.npy │ │ ├── policy_18.npy │ │ ├── policy_21.npy │ │ ├── policy_24.npy │ │ ├── policy_27.npy │ │ ├── policy_30.npy │ │ ├── policy_33.npy │ │ ├── policy_36.npy │ │ ├── policy_39.npy │ │ ├── policy_42.npy │ │ ├── policy_45.npy │ │ ├── policy_48.npy │ │ ├── policy_51.npy │ │ ├── policy_54.npy │ │ ├── policy_57.npy │ │ ├── policy_60.npy │ │ ├── policy_63.npy │ │ ├── policy_66.npy │ │ ├── policy_69.npy │ │ └── policy_72.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png ├── 21Oct4 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_12.npy │ │ ├── policy_15.npy │ │ ├── policy_18.npy │ │ ├── policy_21.npy │ │ ├── policy_24.npy │ │ ├── policy_27.npy │ │ ├── policy_30.npy │ │ ├── policy_33.npy │ │ ├── policy_36.npy │ │ ├── policy_39.npy │ │ ├── policy_42.npy │ │ ├── policy_45.npy │ │ ├── policy_48.npy │ │ ├── policy_51.npy │ │ ├── policy_54.npy │ │ ├── policy_57.npy │ │ ├── policy_60.npy │ │ ├── policy_63.npy │ │ ├── policy_66.npy │ │ ├── policy_69.npy │ │ ├── policy_72.npy │ │ ├── policy_75.npy │ │ ├── policy_78.npy │ │ ├── policy_81.npy │ │ ├── policy_84.npy │ │ └── policy_87.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png ├── 23July1 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_102.npy │ │ ├── policy_105.npy │ │ ├── policy_108.npy │ │ ├── policy_111.npy │ │ ├── policy_114.npy │ │ ├── policy_117.npy │ │ ├── policy_120.npy │ │ ├── policy_33.npy │ │ ├── policy_36.npy │ │ ├── policy_39.npy │ │ ├── policy_42.npy │ │ ├── policy_45.npy │ │ ├── policy_48.npy │ │ ├── policy_51.npy │ │ ├── policy_54.npy │ │ ├── policy_57.npy │ │ ├── policy_60.npy │ │ ├── policy_63.npy │ │ ├── policy_66.npy │ │ ├── policy_69.npy │ │ ├── policy_72.npy │ │ ├── policy_75.npy │ │ ├── policy_78.npy │ │ ├── policy_81.npy │ │ ├── policy_84.npy │ │ ├── policy_87.npy │ │ ├── policy_90.npy │ │ ├── policy_93.npy │ │ ├── policy_96.npy │ │ └── policy_99.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png ├── 23July2 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_33.npy │ │ ├── policy_36.npy │ │ ├── policy_39.npy │ │ ├── policy_42.npy │ │ ├── policy_45.npy │ │ ├── policy_48.npy │ │ ├── policy_51.npy │ │ ├── policy_54.npy │ │ ├── policy_57.npy │ │ ├── policy_60.npy │ │ ├── policy_63.npy │ │ ├── policy_66.npy │ │ └── policy_69.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png ├── 23July3 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_33.npy │ │ ├── policy_36.npy │ │ ├── policy_39.npy │ │ ├── policy_42.npy │ │ ├── policy_45.npy │ │ ├── policy_48.npy │ │ ├── policy_51.npy │ │ ├── policy_54.npy │ │ ├── policy_57.npy │ │ ├── policy_60.npy │ │ ├── policy_63.npy │ │ ├── policy_66.npy │ │ ├── policy_69.npy │ │ ├── policy_72.npy │ │ ├── policy_75.npy │ │ ├── policy_78.npy │ │ ├── policy_81.npy │ │ ├── policy_84.npy │ │ ├── policy_87.npy │ │ └── policy_90.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png ├── 25July1 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_102.npy │ │ ├── policy_105.npy │ │ ├── policy_108.npy │ │ ├── policy_111.npy │ │ ├── policy_114.npy │ │ ├── policy_117.npy │ │ ├── policy_120.npy │ │ ├── policy_123.npy │ │ ├── policy_126.npy │ │ ├── policy_129.npy │ │ ├── policy_132.npy │ │ ├── policy_135.npy │ │ ├── policy_138.npy │ │ ├── policy_141.npy │ │ ├── policy_144.npy │ │ ├── policy_147.npy │ │ ├── policy_150.npy │ │ ├── policy_153.npy │ │ ├── policy_156.npy │ │ ├── policy_159.npy │ │ ├── policy_162.npy │ │ ├── policy_165.npy │ │ ├── policy_168.npy │ │ ├── policy_171.npy │ │ ├── policy_174.npy │ │ ├── policy_177.npy │ │ ├── policy_180.npy │ │ ├── policy_183.npy │ │ ├── policy_186.npy │ │ ├── policy_189.npy │ │ ├── policy_192.npy │ │ ├── policy_195.npy │ │ ├── policy_198.npy │ │ ├── policy_201.npy │ │ ├── policy_204.npy │ │ ├── policy_207.npy │ │ ├── policy_210.npy │ │ ├── policy_213.npy │ │ ├── policy_216.npy │ │ ├── policy_219.npy │ │ ├── policy_222.npy │ │ ├── policy_225.npy │ │ ├── policy_228.npy │ │ ├── policy_231.npy │ │ ├── policy_234.npy │ │ ├── policy_237.npy │ │ ├── policy_240.npy │ │ ├── policy_243.npy │ │ ├── policy_246.npy │ │ ├── policy_249.npy │ │ ├── policy_252.npy │ │ ├── policy_255.npy │ │ ├── policy_258.npy │ │ ├── policy_261.npy │ │ ├── policy_264.npy │ │ ├── policy_267.npy │ │ ├── policy_270.npy │ │ ├── policy_273.npy │ │ ├── policy_276.npy │ │ ├── policy_279.npy │ │ ├── policy_282.npy │ │ ├── policy_285.npy │ │ ├── policy_288.npy │ │ ├── policy_291.npy │ │ ├── policy_294.npy │ │ ├── policy_297.npy │ │ ├── policy_300.npy │ │ ├── policy_303.npy │ │ ├── policy_306.npy │ │ ├── policy_309.npy │ │ ├── policy_312.npy │ │ ├── policy_315.npy │ │ ├── policy_318.npy │ │ ├── policy_33.npy │ │ ├── policy_36.npy │ │ ├── policy_39.npy │ │ ├── policy_42.npy │ │ ├── policy_45.npy │ │ ├── policy_48.npy │ │ ├── policy_51.npy │ │ ├── policy_54.npy │ │ ├── policy_57.npy │ │ ├── policy_60.npy │ │ ├── policy_63.npy │ │ ├── policy_66.npy │ │ ├── policy_69.npy │ │ ├── policy_72.npy │ │ ├── policy_75.npy │ │ ├── policy_78.npy │ │ ├── policy_81.npy │ │ ├── policy_84.npy │ │ ├── policy_87.npy │ │ ├── policy_90.npy │ │ ├── policy_93.npy │ │ ├── policy_96.npy │ │ └── policy_99.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png ├── 26July2 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_33.npy │ │ ├── policy_36.npy │ │ ├── policy_39.npy │ │ ├── policy_42.npy │ │ ├── policy_45.npy │ │ ├── policy_48.npy │ │ ├── policy_51.npy │ │ ├── policy_54.npy │ │ ├── policy_57.npy │ │ ├── policy_60.npy │ │ ├── policy_63.npy │ │ ├── policy_66.npy │ │ ├── policy_69.npy │ │ ├── policy_72.npy │ │ ├── policy_75.npy │ │ ├── policy_78.npy │ │ └── policy_81.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png ├── 27Aug1 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_30.npy │ │ ├── policy_33.npy │ │ ├── policy_36.npy │ │ ├── policy_39.npy │ │ ├── policy_42.npy │ │ ├── policy_45.npy │ │ ├── policy_48.npy │ │ ├── policy_51.npy │ │ ├── policy_54.npy │ │ ├── policy_57.npy │ │ ├── policy_60.npy │ │ ├── policy_63.npy │ │ ├── policy_66.npy │ │ ├── policy_69.npy │ │ └── policy_72.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png ├── 27July1 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_12.npy │ │ ├── policy_15.npy │ │ ├── policy_18.npy │ │ ├── policy_21.npy │ │ ├── policy_24.npy │ │ ├── policy_27.npy │ │ ├── policy_3.npy │ │ ├── policy_30.npy │ │ ├── policy_33.npy │ │ ├── policy_36.npy │ │ ├── policy_39.npy │ │ ├── policy_42.npy │ │ ├── policy_45.npy │ │ ├── policy_48.npy │ │ ├── policy_51.npy │ │ ├── policy_54.npy │ │ ├── policy_57.npy │ │ ├── policy_6.npy │ │ └── policy_9.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png ├── 3Aug1 │ ├── hyperparameters │ ├── iterations │ │ ├── best_policy.npy │ │ ├── policy_102.npy │ │ ├── policy_105.npy │ │ ├── policy_108.npy │ │ ├── policy_111.npy │ │ ├── policy_114.npy │ │ ├── policy_117.npy │ │ ├── policy_120.npy │ │ ├── policy_123.npy │ │ ├── policy_126.npy │ │ ├── policy_129.npy │ │ ├── policy_132.npy │ │ ├── policy_135.npy │ │ ├── policy_138.npy │ │ ├── policy_141.npy │ │ ├── policy_144.npy │ │ ├── policy_147.npy │ │ ├── policy_150.npy │ │ ├── policy_153.npy │ │ ├── policy_156.npy │ │ ├── policy_159.npy │ │ ├── policy_162.npy │ │ ├── policy_165.npy │ │ ├── policy_60.npy │ │ ├── policy_63.npy │ │ ├── policy_66.npy │ │ ├── policy_69.npy │ │ ├── policy_72.npy │ │ ├── policy_75.npy │ │ ├── policy_78.npy │ │ ├── policy_81.npy │ │ ├── policy_84.npy │ │ ├── policy_87.npy │ │ ├── policy_90.npy │ │ ├── policy_93.npy │ │ ├── policy_96.npy │ │ └── policy_99.npy │ └── logs │ │ ├── log.csv │ │ ├── log.pickle │ │ └── return.png └── 3Aug2 │ ├── hyperparameters │ ├── iterations │ ├── best_policy.npy │ ├── policy_102.npy │ ├── policy_105.npy │ ├── policy_108.npy │ ├── policy_111.npy │ ├── policy_114.npy │ ├── policy_117.npy │ ├── policy_120.npy │ ├── policy_123.npy │ ├── policy_126.npy │ ├── policy_129.npy │ ├── policy_132.npy │ ├── policy_135.npy │ ├── policy_138.npy │ ├── policy_141.npy │ ├── policy_144.npy │ ├── policy_147.npy │ ├── policy_150.npy │ ├── policy_153.npy │ ├── policy_156.npy │ ├── policy_159.npy │ ├── policy_162.npy │ ├── policy_165.npy │ ├── policy_168.npy │ ├── policy_171.npy │ ├── policy_174.npy │ ├── policy_177.npy │ ├── policy_180.npy │ ├── policy_183.npy │ ├── policy_186.npy │ ├── policy_60.npy │ ├── policy_63.npy │ ├── policy_66.npy │ ├── policy_69.npy │ ├── policy_72.npy │ ├── policy_75.npy │ ├── policy_78.npy │ ├── policy_81.npy │ ├── policy_84.npy │ ├── policy_87.npy │ ├── policy_90.npy │ ├── policy_93.npy │ ├── policy_96.npy │ └── policy_99.npy │ └── logs │ ├── log.csv │ ├── log.pickle │ └── return.png ├── gym_sloped_terrain └── envs │ ├── HyQ_pybullet_env.py │ ├── Laikago_pybullet_env.py │ ├── Wedges │ ├── downhill │ │ ├── manifest.xml │ │ ├── meshes │ │ │ └── ramp_5.STL │ │ └── urdf │ │ │ ├── wedge_11.urdf │ │ │ ├── wedge_13.urdf │ │ │ ├── wedge_15.urdf │ │ │ ├── wedge_5.urdf │ │ │ ├── wedge_7.urdf │ │ │ └── wedge_9.urdf │ ├── ramp_5 │ │ ├── manifest.xml │ │ ├── meshes │ │ │ └── ramp_5.STL │ │ └── urdf │ │ │ ├── wedge_11.urdf │ │ │ ├── wedge_13.urdf │ │ │ ├── wedge_5.urdf │ │ │ ├── wedge_7.urdf │ │ │ └── wedge_9.urdf │ └── uphill │ │ ├── manifest.xml │ │ ├── meshes │ │ └── ramp_5.STL │ │ └── urdf │ │ ├── wedge_11.urdf │ │ ├── wedge_13.urdf │ │ ├── wedge_15.urdf │ │ ├── wedge_5.urdf │ │ ├── wedge_7.urdf │ │ └── wedge_9.urdf │ ├── __pycache__ │ ├── Laikago_pybullet_env.cpython-36.pyc │ ├── bullet_client.cpython-36.pyc │ └── walking_controller.cpython-36.pyc │ ├── arbitary_slopes_env.py │ ├── bullet_client.py │ ├── planeEstimation │ ├── __pycache__ │ │ └── get_terrain_normal.cpython-36.pyc │ └── get_terrain_normal.py │ ├── robots │ ├── hyq │ │ ├── LICENSE │ │ ├── hyq.json │ │ ├── hyq.urdf │ │ └── meshes │ │ │ ├── head │ │ │ ├── head.stl │ │ │ └── head_camera.stl │ │ │ ├── leg │ │ │ ├── hipassembly.stl │ │ │ ├── lowerleg.stl │ │ │ └── upperleg.stl │ │ │ ├── sensors │ │ │ └── asus_xtion.stl │ │ │ └── trunk │ │ │ └── trunk.stl │ ├── laikago │ │ ├── chassis.mtl │ │ ├── chassis.obj │ │ ├── chassis.stl │ │ ├── chassis_mod.mtl │ │ ├── chassis_mod.obj │ │ ├── chassis_vhacd.obj │ │ ├── chassis_vhacd_mod.obj │ │ ├── chassis_vhacd_mod_zup.mtl │ │ ├── chassis_vhacd_mod_zup.obj │ │ ├── chassis_zup.mtl │ │ ├── chassis_zup.obj │ │ ├── data1.txt │ │ ├── hip_motor.mtl │ │ ├── hip_motor.obj │ │ ├── hip_motor.stl │ │ ├── hip_motor_mirror.mtl │ │ ├── hip_motor_mirror.obj │ │ ├── hip_motor_mirror.stl │ │ ├── laikago.json │ │ ├── laikago.urdf │ │ ├── laikago_tex.jpg │ │ ├── laikago_toes.urdf │ │ ├── laikago_toes_limits.urdf │ │ ├── laikago_toes_zup.urdf │ │ ├── license.txt │ │ ├── lower_leg3.mtl │ │ ├── lower_leg3.obj │ │ ├── lower_leg_3.stl │ │ ├── lower_leg_3_collision.stl │ │ ├── upper_leg.stl │ │ ├── upper_leg_left.mtl │ │ ├── upper_leg_left.obj │ │ ├── upper_leg_left2.mtl │ │ ├── upper_leg_left2.obj │ │ ├── upper_leg_left_vhacd.obj │ │ ├── upper_leg_mirror.mtl │ │ ├── upper_leg_mirror.obj │ │ ├── upper_leg_mirror.stl │ │ ├── upper_leg_mirror2.mtl │ │ ├── upper_leg_mirror2.obj │ │ ├── upper_leg_right.mtl │ │ ├── upper_leg_right.obj │ │ └── upper_leg_right_vhacd.obj │ └── stoch_two_abduction_urdf │ │ ├── CMakeLists.txt │ │ ├── config │ │ └── joint_names_stoch_two_abduction_urdf.yaml │ │ ├── launch │ │ ├── display.launch │ │ └── gazebo.launch │ │ ├── meshes │ │ ├── back_body_link.STL │ │ ├── back_left_abd_link.STL │ │ ├── back_right_abd_link.STL │ │ ├── base_link.STL │ │ ├── bl_lower_hip_link.STL │ │ ├── bl_lower_knee_link.STL │ │ ├── bl_upper_hip_link.STL │ │ ├── bl_upper_knee_link.STL │ │ ├── br_lower_hip_link.STL │ │ ├── br_lower_knee_link.STL │ │ ├── br_upper_hip_link.STL │ │ ├── br_upper_knee_link.STL │ │ ├── fl_lower_hip_link.STL │ │ ├── fl_lower_knee_link.STL │ │ ├── fl_upper_hip_link.STL │ │ ├── fl_upper_knee_link.STL │ │ ├── fr_lower_hip_link.STL │ │ ├── fr_lower_knee_link.STL │ │ ├── fr_upper_hip_link.STL │ │ ├── fr_upper_knee_link.STL │ │ ├── front_body_link.STL │ │ ├── front_left_abd_link.STL │ │ └── front_right_abd_link.STL │ │ ├── package.xml │ │ └── urdf │ │ └── stoch_two_abduction_urdf.urdf │ ├── stoch2_pybullet_env.py │ ├── track │ ├── block1_11_11 │ │ ├── block1_11_11.stl │ │ ├── model.config │ │ ├── model.sdf │ │ └── model.urdf │ ├── block2_11_11 │ │ ├── block2_11_11.stl │ │ ├── model.config │ │ ├── model.sdf │ │ └── model.urdf │ ├── block2_9_11 │ │ ├── block2_9_11.stl │ │ ├── model.config │ │ ├── model.sdf │ │ └── model.urdf │ ├── block3_11_11 │ │ ├── block3_11_11.stl │ │ ├── model.config │ │ ├── model.sdf │ │ └── model.urdf │ ├── block3_9_11 │ │ ├── block3_9_11.stl │ │ ├── model.config │ │ ├── model.sdf │ │ └── model.urdf │ ├── block4_9_11 │ │ ├── block4_9_11.stl │ │ ├── model.config │ │ ├── model.sdf │ │ └── model.urdf │ ├── final_newest_wedges (1).7z │ ├── newest_wedges (1).7z │ ├── pyramid │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── pyramid.stl │ ├── stairs_wedge_down │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ ├── stairs_wedge.stl │ │ ├── texture.jpg │ │ ├── texture3.jpg │ │ ├── texture_1.jpg │ │ ├── texture_2.jpg │ │ └── texture_4.jpg │ ├── up_sidehill │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── up_sidehill.stl │ ├── visualizer.py │ ├── wedge_11 │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_11.stl │ ├── wedge_13 │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_13.stl │ ├── wedge_15 │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_15.stl │ ├── wedge_7 │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_7.stl │ ├── wedge_9 │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_9.stl │ ├── wedge_unsymmetric │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_unsymmetric.stl │ └── wedges │ │ ├── block1_11_11 │ │ ├── block1_11_11.stl │ │ ├── model.config │ │ ├── model.sdf │ │ └── model.urdf │ │ ├── block2_11_11 │ │ ├── block2_11_11.stl │ │ ├── model.config │ │ ├── model.sdf │ │ └── model.urdf │ │ ├── block3_11_11 │ │ ├── block3_11_11.stl │ │ ├── model.config │ │ ├── model.sdf │ │ └── model.urdf │ │ ├── wedge_11 │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_11.stl │ │ ├── wedge_13 │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_13.stl │ │ ├── wedge_15 │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_15.stl │ │ ├── wedge_7 │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_7.stl │ │ └── wedge_9 │ │ ├── model.config │ │ ├── model.sdf │ │ ├── model.urdf │ │ └── wedge_9.stl │ └── walking_controller.py ├── initial_policies ├── init_policy_Stoch2.npy ├── initial_policy_HyQ.npy └── initial_policy_Laikago.npy ├── media ├── stoch2arbitary.gif ├── stoch2dist.gif ├── stoch2stair1.gif └── stoch2uphill.gif ├── setup.py ├── testHyQ_policy.py ├── testLaikago_policy.py ├── testStoch2_policy.py ├── trainHyQ_policy.py ├── trainLaikago_policy.py ├── trainStoch2_policy.py ├── train_command_HyQ.txt ├── train_command_Laikago.txt ├── train_command_Stoch2.txt └── utils ├── __pycache__ └── ik_class.cpython-36.pyc ├── ik_class.py ├── logger.py └── make_train_plots.py /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/Stoch2_gym_env.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 15 | -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /experiments/19Oct1/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.03 3 | env_name: HyQ-v0 4 | episode_length: 400.0 5 | direction ratio: 2.0 6 | Normal initialization: 1 7 | Gait: trot 8 | Incline_Orientaion_Anti-Clockwise: True 9 | domain_Randomization: 0 10 | Curriculmn introduced at iteration: 20 11 | Training with tStrut IP without DR 12 | -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_102.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_102.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_105.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_105.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_21.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_21.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_24.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_24.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_27.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_27.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_30.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_30.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_33.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_33.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_36.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_36.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_39.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_39.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_42.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_42.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_45.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_45.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_48.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_48.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_51.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_51.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_54.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_54.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_57.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_57.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_72.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_72.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_75.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_75.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_78.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_78.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_81.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_81.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_84.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_84.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_87.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_87.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_90.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_90.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_93.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_93.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_96.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_96.npy -------------------------------------------------------------------------------- /experiments/19Oct1/iterations/policy_99.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/iterations/policy_99.npy -------------------------------------------------------------------------------- /experiments/19Oct1/logs/log.csv: -------------------------------------------------------------------------------- 1 | steps,return 2 | 21,1182.930488888889 3 | 24,1193.2157111111114 4 | 27,1200.510966666667 5 | 30,1203.7050555555554 6 | 33,1211.8585444444445 7 | 36,1207.7281222222218 8 | 39,1223.3180555555557 9 | 42,1213.6343333333334 10 | 45,1216.4568222222222 11 | 48,1211.2123111111114 12 | 51,1207.3844000000001 13 | 54,1203.2580888888888 14 | 57,1206.258 15 | 60,1202.8674777777771 16 | 63,1196.977322222222 17 | 66,1187.8075222222224 18 | 69,1194.6547666666672 19 | 72,1188.856355555556 20 | 75,1189.3233777777775 21 | 78,1184.8843666666671 22 | 81,1188.4220444444445 23 | 84,1182.3759666666663 24 | 87,1182.8292888888889 25 | 90,1181.7346444444443 26 | 93,1188.1676777777773 27 | 96,1190.4111777777778 28 | 99,1191.119377777778 29 | 102,1187.3667333333335 30 | 105,1187.0055888888885 31 | -------------------------------------------------------------------------------- /experiments/19Oct1/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/logs/log.pickle -------------------------------------------------------------------------------- /experiments/19Oct1/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/19Oct1/logs/return.png -------------------------------------------------------------------------------- /experiments/21Oct3/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.04 3 | env_name: Laikago-v0 4 | episode_length: 400.0 5 | direction ratio: 2.0 6 | Normal initialization: 1 7 | Gait: trot 8 | Incline_Orientaion_Anti-Clockwise: True 9 | domain_Randomization: 0 10 | Curriculmn introduced at iteration: 10 11 | Training with abd spread 12 | -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_12.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_12.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_15.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_15.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_18.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_18.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_21.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_21.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_24.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_24.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_27.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_27.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_30.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_30.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_33.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_33.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_36.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_36.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_39.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_39.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_42.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_42.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_45.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_45.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_48.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_48.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_51.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_51.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_54.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_54.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_57.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_57.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/21Oct3/iterations/policy_72.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/iterations/policy_72.npy -------------------------------------------------------------------------------- /experiments/21Oct3/logs/log.csv: -------------------------------------------------------------------------------- 1 | steps,return 2 | 12,1317.8559666666667 3 | 15,1327.5166999999997 4 | 18,1322.6025333333332 5 | 21,1291.39135 6 | 24,1312.9834000000003 7 | 27,1293.9478999999994 8 | 30,1296.1018 9 | 33,1306.9496166666668 10 | 36,1343.4113833333333 11 | 39,1339.11325 12 | 42,1359.9587999999999 13 | 45,1320.009133333333 14 | 48,1351.0912499999997 15 | 51,1327.6246166666663 16 | 54,1313.7828666666662 17 | 57,1304.96665 18 | 60,1299.7259833333333 19 | 63,1282.2240666666667 20 | 66,1294.2441500000004 21 | 69,1184.467116666667 22 | 72,1209.9839500000005 23 | -------------------------------------------------------------------------------- /experiments/21Oct3/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/logs/log.pickle -------------------------------------------------------------------------------- /experiments/21Oct3/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct3/logs/return.png -------------------------------------------------------------------------------- /experiments/21Oct4/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.04 3 | env_name: Laikago-v0 4 | episode_length: 400.0 5 | direction ratio: 3.0136986301369864 6 | Normal initialization: 1 7 | Gait: trot 8 | Incline_Orientaion_Anti-Clockwise: True 9 | domain_Randomization: 0 10 | Curriculmn introduced at iteration: 10 11 | Training with abd spread 12 | -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_12.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_12.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_15.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_15.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_18.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_18.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_21.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_21.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_24.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_24.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_27.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_27.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_30.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_30.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_33.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_33.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_36.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_36.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_39.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_39.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_42.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_42.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_45.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_45.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_48.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_48.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_51.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_51.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_54.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_54.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_57.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_57.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_72.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_72.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_75.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_75.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_78.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_78.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_81.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_81.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_84.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_84.npy -------------------------------------------------------------------------------- /experiments/21Oct4/iterations/policy_87.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/iterations/policy_87.npy -------------------------------------------------------------------------------- /experiments/21Oct4/logs/log.csv: -------------------------------------------------------------------------------- 1 | steps,return 2 | 12,1304.961233333334 3 | 15,1311.0108833333331 4 | 18,1302.3984166666664 5 | 21,1274.6530166666664 6 | 24,1274.9659000000001 7 | 27,1329.4233333333334 8 | 30,1357.3129333333331 9 | 33,1388.861583333334 10 | 36,1369.7907333333335 11 | 39,1378.4908499999992 12 | 42,1353.5410666666667 13 | 45,1296.4260333333339 14 | 48,1314.975533333333 15 | 51,1272.75995 16 | 54,1269.151583333333 17 | 57,1247.46355 18 | 60,1146.8890000000004 19 | 63,1112.552816666667 20 | 66,1184.1947666666665 21 | 69,1169.0083499999998 22 | 72,1218.0543166666664 23 | 75,1167.889 24 | 78,1215.96555 25 | 81,1210.596316666667 26 | 84,1241.5227666666667 27 | 87,1184.26715 28 | -------------------------------------------------------------------------------- /experiments/21Oct4/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/logs/log.pickle -------------------------------------------------------------------------------- /experiments/21Oct4/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/21Oct4/logs/return.png -------------------------------------------------------------------------------- /experiments/23July1/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.03 3 | env_name: Stoch2-v0episode_length: 400.0 4 | direction ratio: 4.0 5 | Normal initialization: 0 6 | Gait: trot 7 | Training with tStrut IP, witout height extra weight 8 | -------------------------------------------------------------------------------- /experiments/23July1/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_102.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_102.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_105.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_105.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_108.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_108.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_111.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_111.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_114.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_114.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_117.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_117.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_120.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_120.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_33.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_33.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_36.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_36.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_39.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_39.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_42.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_42.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_45.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_45.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_48.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_48.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_51.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_51.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_54.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_54.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_57.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_57.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_72.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_72.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_75.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_75.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_78.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_78.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_81.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_81.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_84.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_84.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_87.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_87.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_90.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_90.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_93.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_93.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_96.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_96.npy -------------------------------------------------------------------------------- /experiments/23July1/iterations/policy_99.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/iterations/policy_99.npy -------------------------------------------------------------------------------- /experiments/23July1/logs/log.csv: -------------------------------------------------------------------------------- 1 | steps,return 2 | 33,1593.823755555556 3 | 36,1578.2727777777777 4 | 39,1595.3202611111108 5 | 42,1578.6357500000004 6 | 45,1592.6893833333334 7 | 48,1577.0059388888887 8 | 51,1590.2047000000002 9 | 54,1580.7671277777781 10 | 57,1590.2676111111116 11 | 60,1584.0348666666666 12 | 63,1594.030983333333 13 | 66,1593.5330833333335 14 | 69,1595.1165666666661 15 | 72,1592.7841611111114 16 | 75,1592.0737166666665 17 | 78,1594.7042999999999 18 | 81,1590.5314611111107 19 | 84,1589.472072222222 20 | 87,1584.4208111111113 21 | 90,1579.6073333333336 22 | 93,1579.878538888889 23 | 96,1564.6014111111112 24 | 99,1571.2942611111114 25 | 102,1559.7983222222226 26 | 105,1568.9728555555557 27 | 108,1551.5428000000004 28 | 111,1562.907511111111 29 | 114,1541.8488055555554 30 | 117,1564.1736000000003 31 | 120,1544.627083333334 32 | -------------------------------------------------------------------------------- /experiments/23July1/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/logs/log.pickle -------------------------------------------------------------------------------- /experiments/23July1/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July1/logs/return.png -------------------------------------------------------------------------------- /experiments/23July2/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.08 3 | env_name: Stoch2-v0episode_length: 400.0 4 | direction ratio: 3.0136986301369864 5 | Normal initialization: 0 6 | Gait: trot 7 | Training with tStrut IP, witout height extra weight 8 | -------------------------------------------------------------------------------- /experiments/23July2/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_33.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_33.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_36.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_36.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_39.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_39.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_42.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_42.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_45.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_45.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_48.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_48.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_51.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_51.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_54.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_54.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_57.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_57.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/23July2/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/23July2/logs/log.csv: -------------------------------------------------------------------------------- 1 | steps,return 2 | 33,1580.8192166666665 3 | 36,1579.4625222222226 4 | 39,1581.594944444445 5 | 42,1584.1437055555557 6 | 45,1581.6851444444446 7 | 48,1582.8511555555558 8 | 51,1580.6573722222222 9 | 54,1580.9834222222223 10 | 57,1579.8522944444442 11 | 60,1569.1120166666667 12 | 63,1567.1346944444444 13 | 66,1564.9446666666668 14 | 69,1560.4171555555556 15 | -------------------------------------------------------------------------------- /experiments/23July2/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/logs/log.pickle -------------------------------------------------------------------------------- /experiments/23July2/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July2/logs/return.png -------------------------------------------------------------------------------- /experiments/23July3/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.04 3 | env_name: Stoch2-v0episode_length: 400.0 4 | direction ratio: 3.0136986301369864 5 | Normal initialization: 0 6 | Gait: trot 7 | Training with tStrut IP, reduced rpy SD, less ori 8 | -------------------------------------------------------------------------------- /experiments/23July3/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_33.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_33.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_36.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_36.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_39.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_39.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_42.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_42.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_45.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_45.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_48.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_48.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_51.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_51.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_54.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_54.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_57.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_57.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_72.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_72.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_75.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_75.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_78.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_78.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_81.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_81.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_84.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_84.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_87.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_87.npy -------------------------------------------------------------------------------- /experiments/23July3/iterations/policy_90.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/iterations/policy_90.npy -------------------------------------------------------------------------------- /experiments/23July3/logs/log.csv: -------------------------------------------------------------------------------- 1 | steps,return 2 | 33,1588.305322222222 3 | 36,1581.8307888888894 4 | 39,1590.7348444444444 5 | 42,1585.3617166666666 6 | 45,1589.7376166666668 7 | 48,1582.8642333333328 8 | 51,1587.4402166666666 9 | 54,1585.1579222222217 10 | 57,1589.593522222222 11 | 60,1589.1980222222219 12 | 63,1588.287861111111 13 | 66,1581.2564388888886 14 | 69,1581.5460222222218 15 | 72,1568.1145 16 | 75,1569.734955555555 17 | 78,1569.0280055555559 18 | 81,1567.5795222222225 19 | 84,1558.9841555555556 20 | 87,1553.5624111111115 21 | 90,1556.5205833333332 22 | -------------------------------------------------------------------------------- /experiments/23July3/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/logs/log.pickle -------------------------------------------------------------------------------- /experiments/23July3/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/23July3/logs/return.png -------------------------------------------------------------------------------- /experiments/25July1/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.04 2 | noise: 0.04 3 | env_name: Stoch2-v0episode_length: 400.0 4 | direction ratio: 2.0 5 | Normal initialization: 1 6 | Gait: trot 7 | from random policy 8 | -------------------------------------------------------------------------------- /experiments/25July1/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_102.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_102.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_105.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_105.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_108.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_108.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_111.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_111.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_114.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_114.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_117.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_117.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_120.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_120.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_123.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_123.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_126.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_126.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_129.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_129.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_132.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_132.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_135.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_135.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_138.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_138.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_141.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_141.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_144.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_144.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_147.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_147.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_150.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_150.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_153.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_153.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_156.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_156.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_159.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_159.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_162.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_162.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_165.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_165.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_168.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_168.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_171.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_171.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_174.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_174.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_177.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_177.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_180.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_180.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_183.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_183.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_186.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_186.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_189.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_189.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_192.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_192.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_195.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_195.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_198.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_198.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_201.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_201.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_204.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_204.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_207.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_207.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_210.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_210.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_213.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_213.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_216.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_216.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_219.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_219.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_222.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_222.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_225.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_225.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_228.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_228.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_231.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_231.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_234.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_234.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_237.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_237.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_240.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_240.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_243.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_243.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_246.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_246.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_249.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_249.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_252.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_252.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_255.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_255.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_258.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_258.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_261.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_261.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_264.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_264.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_267.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_267.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_270.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_270.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_273.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_273.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_276.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_276.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_279.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_279.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_282.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_282.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_285.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_285.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_288.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_288.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_291.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_291.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_294.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_294.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_297.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_297.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_300.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_300.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_303.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_303.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_306.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_306.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_309.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_309.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_312.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_312.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_315.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_315.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_318.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_318.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_33.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_33.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_36.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_36.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_39.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_39.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_42.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_42.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_45.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_45.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_48.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_48.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_51.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_51.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_54.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_54.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_57.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_57.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_72.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_72.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_75.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_75.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_78.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_78.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_81.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_81.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_84.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_84.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_87.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_87.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_90.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_90.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_93.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_93.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_96.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_96.npy -------------------------------------------------------------------------------- /experiments/25July1/iterations/policy_99.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/iterations/policy_99.npy -------------------------------------------------------------------------------- /experiments/25July1/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/logs/log.pickle -------------------------------------------------------------------------------- /experiments/25July1/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/25July1/logs/return.png -------------------------------------------------------------------------------- /experiments/26July2/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.04 3 | env_name: Stoch2-v0episode_length: 400.0 4 | direction ratio: 3.0136986301369864 5 | Normal initialization: 0 6 | Gait: trot 7 | Training with tStrut IP with forwd dist more weightage and penalty 8 | -------------------------------------------------------------------------------- /experiments/26July2/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_33.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_33.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_36.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_36.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_39.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_39.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_42.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_42.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_45.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_45.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_48.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_48.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_51.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_51.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_54.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_54.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_57.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_57.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_72.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_72.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_75.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_75.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_78.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_78.npy -------------------------------------------------------------------------------- /experiments/26July2/iterations/policy_81.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/iterations/policy_81.npy -------------------------------------------------------------------------------- /experiments/26July2/logs/log.csv: -------------------------------------------------------------------------------- 1 | steps,return 2 | 33,1695.0073111111114 3 | 36,1705.7700333333332 4 | 39,1708.2260611111108 5 | 42,1712.3054111111114 6 | 45,1715.352772222222 7 | 48,1710.1582333333333 8 | 51,1712.058738888889 9 | 54,1718.3044611111109 10 | 57,1724.0090722222221 11 | 60,1713.0948999999996 12 | 63,1717.1150722222224 13 | 66,1717.2234722222222 14 | 69,1712.0653722222223 15 | 72,1697.850522222222 16 | 75,1694.5759 17 | 78,1686.4613611111117 18 | 81,1683.6972111111115 19 | -------------------------------------------------------------------------------- /experiments/26July2/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/logs/log.pickle -------------------------------------------------------------------------------- /experiments/26July2/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/26July2/logs/return.png -------------------------------------------------------------------------------- /experiments/27Aug1/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.04 3 | env_name: Stoch2-v0 4 | episode_length: 400.0 5 | direction ratio: 2.0 6 | Normal initialization: 1 7 | Gait: trot 8 | Incline_Orientaion_Anti-Clockwise: True 9 | domain_Randomization: 0 10 | Curriculmn introduced at iteration: 30 11 | Training HYQ with tStrut IP without DR 12 | -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_30.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_30.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_33.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_33.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_36.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_36.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_39.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_39.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_42.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_42.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_45.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_45.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_48.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_48.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_51.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_51.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_54.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_54.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_57.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_57.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/27Aug1/iterations/policy_72.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/iterations/policy_72.npy -------------------------------------------------------------------------------- /experiments/27Aug1/logs/log.csv: -------------------------------------------------------------------------------- 1 | steps,return 2 | 30,1143.3076666666664 3 | 33,1150.1184833333334 4 | 36,1135.9963833333336 5 | 39,1148.9737666666667 6 | 42,1141.4515666666664 7 | 45,1143.9894833333335 8 | 48,1123.748616666667 9 | 51,1142.01765 10 | 54,1125.045133333333 11 | 57,1134.6730166666669 12 | 60,1125.5704833333339 13 | 63,1122.7823166666667 14 | 66,1120.7046833333334 15 | 69,1127.4271999999999 16 | 72,1120.8388666666665 17 | -------------------------------------------------------------------------------- /experiments/27Aug1/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/logs/log.pickle -------------------------------------------------------------------------------- /experiments/27Aug1/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27Aug1/logs/return.png -------------------------------------------------------------------------------- /experiments/27July1/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.04 3 | env_name: Stoch2-v0episode_length: 400.0 4 | direction ratio: 3.0136986301369864 5 | Normal initialization: 0 6 | Gait: trot 7 | Training with tStrut IP with forwd dist more weightage and penalty 8 | -------------------------------------------------------------------------------- /experiments/27July1/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_12.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_12.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_15.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_15.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_18.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_18.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_21.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_21.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_24.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_24.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_27.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_27.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_3.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_3.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_30.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_30.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_33.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_33.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_36.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_36.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_39.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_39.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_42.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_42.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_45.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_45.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_48.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_48.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_51.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_51.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_54.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_54.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_57.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_57.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_6.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_6.npy -------------------------------------------------------------------------------- /experiments/27July1/iterations/policy_9.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/iterations/policy_9.npy -------------------------------------------------------------------------------- /experiments/27July1/logs/log.csv: -------------------------------------------------------------------------------- 1 | steps,return 2 | 3,1548.4364111111108 3 | 6,1586.8908777777779 4 | 9,1601.8521944444446 5 | 12,1637.9822999999994 6 | 15,1645.0454222222224 7 | 18,1665.6749444444447 8 | 21,1671.0923444444445 9 | 24,1667.1938944444448 10 | 27,1676.1551277777778 11 | 30,1679.753788888889 12 | 33,1684.3333111111108 13 | 36,1677.2190833333336 14 | 39,1693.4207666666664 15 | 42,1705.1927222222225 16 | 45,1696.3143944444446 17 | 48,1707.096627777778 18 | 51,1702.702133333333 19 | 54,1696.4718222222223 20 | 57,1693.5339777777779 21 | -------------------------------------------------------------------------------- /experiments/27July1/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/logs/log.pickle -------------------------------------------------------------------------------- /experiments/27July1/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/27July1/logs/return.png -------------------------------------------------------------------------------- /experiments/3Aug1/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.04 3 | env_name: Stoch2-v0 4 | episode_length: 400.0 5 | direction ratio: 3.0136986301369864 6 | Normal initialization: 1 7 | Gait: trot 8 | Incline_Orientaion_Anti-Clockwise: True 9 | domain_Randomization: 1 10 | Curriculmn introduced at iteration: 60 11 | Training with tStrut IP with DR 12 | -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_102.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_102.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_105.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_105.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_108.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_108.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_111.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_111.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_114.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_114.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_117.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_117.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_120.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_120.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_123.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_123.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_126.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_126.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_129.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_129.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_132.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_132.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_135.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_135.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_138.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_138.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_141.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_141.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_144.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_144.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_147.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_147.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_150.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_150.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_153.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_153.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_156.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_156.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_159.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_159.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_162.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_162.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_165.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_165.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_72.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_72.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_75.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_75.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_78.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_78.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_81.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_81.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_84.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_84.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_87.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_87.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_90.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_90.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_93.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_93.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_96.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_96.npy -------------------------------------------------------------------------------- /experiments/3Aug1/iterations/policy_99.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/iterations/policy_99.npy -------------------------------------------------------------------------------- /experiments/3Aug1/logs/log.csv: -------------------------------------------------------------------------------- 1 | steps,return 2 | 60,547.6165104166665 3 | 63,542.0535604166669 4 | 66,553.5463687499999 5 | 69,554.7718270833335 6 | 72,554.2698812499999 7 | 75,563.7400979166667 8 | 78,562.4586375 9 | 81,579.4245270833331 10 | 84,576.9349291666666 11 | 87,592.2680124999999 12 | 90,601.2728145833333 13 | 93,601.4741937499999 14 | 96,614.7088958333333 15 | 99,614.3826562500001 16 | 102,623.4265770833334 17 | 105,625.0461083333333 18 | 108,635.9406687500001 19 | 111,640.2034500000001 20 | 114,649.3665812500002 21 | 117,659.5513479166666 22 | 120,662.5648520833332 23 | 123,670.8393916666668 24 | 126,670.1543166666667 25 | 129,673.4711708333331 26 | 132,677.2336 27 | 135,681.9215312499998 28 | 138,680.87233125 29 | 141,684.8679541666667 30 | 144,686.3278437499999 31 | 147,687.7269104166667 32 | 150,686.7300875000001 33 | 153,686.3621625000001 34 | 156,686.7389729166666 35 | 159,689.4668791666664 36 | 162,689.2247833333332 37 | 165,694.6782708333335 38 | -------------------------------------------------------------------------------- /experiments/3Aug1/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/logs/log.pickle -------------------------------------------------------------------------------- /experiments/3Aug1/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug1/logs/return.png -------------------------------------------------------------------------------- /experiments/3Aug2/hyperparameters: -------------------------------------------------------------------------------- 1 | learning_rate: 0.05 2 | noise: 0.04 3 | env_name: Stoch2-v0 4 | episode_length: 400.0 5 | direction ratio: 3.0136986301369864 6 | Normal initialization: 1 7 | Gait: trot 8 | Incline_Orientaion_Anti-Clockwise: True 9 | domain_Randomization: 0 10 | Curriculmn introduced at iteration: 60 11 | Training with tStrut IP without DR 12 | -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/best_policy.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/best_policy.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_102.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_102.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_105.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_105.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_108.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_108.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_111.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_111.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_114.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_114.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_117.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_117.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_120.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_120.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_123.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_123.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_126.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_126.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_129.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_129.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_132.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_132.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_135.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_135.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_138.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_138.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_141.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_141.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_144.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_144.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_147.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_147.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_150.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_150.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_153.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_153.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_156.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_156.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_159.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_159.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_162.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_162.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_165.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_165.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_168.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_168.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_171.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_171.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_174.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_174.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_177.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_177.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_180.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_180.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_183.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_183.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_186.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_186.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_60.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_60.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_63.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_63.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_66.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_66.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_69.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_69.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_72.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_72.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_75.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_75.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_78.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_78.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_81.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_81.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_84.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_84.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_87.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_87.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_90.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_90.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_93.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_93.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_96.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_96.npy -------------------------------------------------------------------------------- /experiments/3Aug2/iterations/policy_99.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/iterations/policy_99.npy -------------------------------------------------------------------------------- /experiments/3Aug2/logs/log.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/logs/log.pickle -------------------------------------------------------------------------------- /experiments/3Aug2/logs/return.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/experiments/3Aug2/logs/return.png -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/Wedges/downhill/manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | Part1 3 | 1.0.0 4 | 5 |

URDF Description package for Part1

6 |

This package contains configuration data, 3D models and launch files 7 | for Part1 robot

8 |
9 | TODO 10 | 11 | BSD 12 | catkin 13 | roslaunch 14 | robot_state_publisher 15 | rviz 16 | joint_state_publisher 17 | gazebo 18 | 19 | 20 | 21 |
-------------------------------------------------------------------------------- /gym_sloped_terrain/envs/Wedges/downhill/meshes/ramp_5.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/Wedges/downhill/meshes/ramp_5.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/Wedges/ramp_5/manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | Part1 3 | 1.0.0 4 | 5 |

URDF Description package for Part1

6 |

This package contains configuration data, 3D models and launch files 7 | for Part1 robot

8 |
9 | TODO 10 | 11 | BSD 12 | catkin 13 | roslaunch 14 | robot_state_publisher 15 | rviz 16 | joint_state_publisher 17 | gazebo 18 | 19 | 20 | 21 |
-------------------------------------------------------------------------------- /gym_sloped_terrain/envs/Wedges/ramp_5/meshes/ramp_5.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/Wedges/ramp_5/meshes/ramp_5.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/Wedges/uphill/manifest.xml: -------------------------------------------------------------------------------- 1 | 2 | Part1 3 | 1.0.0 4 | 5 |

URDF Description package for Part1

6 |

This package contains configuration data, 3D models and launch files 7 | for Part1 robot

8 |
9 | TODO 10 | 11 | BSD 12 | catkin 13 | roslaunch 14 | robot_state_publisher 15 | rviz 16 | joint_state_publisher 17 | gazebo 18 | 19 | 20 | 21 |
-------------------------------------------------------------------------------- /gym_sloped_terrain/envs/Wedges/uphill/meshes/ramp_5.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/Wedges/uphill/meshes/ramp_5.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/__pycache__/Laikago_pybullet_env.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/__pycache__/Laikago_pybullet_env.cpython-36.pyc -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/__pycache__/bullet_client.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/__pycache__/bullet_client.cpython-36.pyc -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/__pycache__/walking_controller.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/__pycache__/walking_controller.cpython-36.pyc -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/planeEstimation/__pycache__/get_terrain_normal.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/planeEstimation/__pycache__/get_terrain_normal.cpython-36.pyc -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/hyq/meshes/head/head.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/hyq/meshes/head/head.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/hyq/meshes/head/head_camera.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/hyq/meshes/head/head_camera.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/hyq/meshes/leg/hipassembly.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/hyq/meshes/leg/hipassembly.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/hyq/meshes/leg/lowerleg.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/hyq/meshes/leg/lowerleg.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/hyq/meshes/leg/upperleg.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/hyq/meshes/leg/upperleg.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/hyq/meshes/sensors/asus_xtion.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/hyq/meshes/sensors/asus_xtion.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/hyq/meshes/trunk/trunk.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/hyq/meshes/trunk/trunk.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/chassis.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'None' 2 | # Material Count: 1 3 | 4 | newmtl None.003 5 | Ns 0.000000 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.800000 0.800000 0.800000 8 | Ks 0.800000 0.800000 0.800000 9 | Ke 0.000000 0.000000 0.000000 10 | Ni 1.000000 11 | d 1.000000 12 | illum 2 13 | map_Kd laikago_tex.jpg 14 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/chassis.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/laikago/chassis.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/chassis_mod.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'None' 2 | # Material Count: 1 3 | 4 | newmtl None.002 5 | Ns 0.000000 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.640000 0.640000 0.640000 8 | Ks 0.800000 0.800000 0.800000 9 | Ni 1.000000 10 | d 1.000000 11 | illum 2 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/chassis_vhacd_mod_zup.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'None' 2 | # Material Count: 1 3 | 4 | newmtl None 5 | Ns 0 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.8 0.8 0.8 8 | Ks 0.8 0.8 0.8 9 | d 1 10 | illum 2 11 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/chassis_zup.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'None' 2 | # Material Count: 1 3 | 4 | newmtl None.003 5 | Ns 0.000000 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.800000 0.800000 0.800000 8 | Ks 0.800000 0.800000 0.800000 9 | Ke 0.000000 0.000000 0.000000 10 | Ni 1.000000 11 | d 1.000000 12 | illum 2 13 | map_Kd laikago_tex.jpg 14 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/hip_motor.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'laikago_textured.blend' 2 | # Material Count: 1 3 | 4 | newmtl None 5 | Ns 0 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.8 0.8 0.8 8 | Ks 0.8 0.8 0.8 9 | d 1 10 | illum 2 11 | map_Kd laikago_tex.jpg 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/hip_motor.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/laikago/hip_motor.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/hip_motor_mirror.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'laikago_textured.blend' 2 | # Material Count: 1 3 | 4 | newmtl None 5 | Ns 0 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.8 0.8 0.8 8 | Ks 0.8 0.8 0.8 9 | d 1 10 | illum 2 11 | map_Kd laikago_tex.jpg 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/hip_motor_mirror.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/laikago/hip_motor_mirror.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/laikago.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"laikago", 3 | "init_pos":[0,0,0.55], 4 | "init_ori":[0,0.5,0.5,0], 5 | "init_angles":[0,-0.7,0,-0.7,0,-0.7,0,-0.7,0,0,0,0], 6 | "urdf_path":"/robots/laikago/laikago_toes.urdf", 7 | "motor_names":[ "motor_fl_hip_joint", 8 | "motor_fl_knee_joint", 9 | "motor_fr_hip_joint", 10 | "motor_fr_knee_joint", 11 | "motor_bl_hip_joint", 12 | "motor_bl_knee_joint", 13 | "motor_br_hip_joint", 14 | "motor_br_knee_joint", 15 | "motor_fl_abd_joint", 16 | "motor_fr_abd_joint", 17 | "motor_bl_abd_joint", 18 | "motor_br_abd_joint"], 19 | "motor_model":{ 20 | "type":"Default", 21 | "kp":20, 22 | "kd":2 23 | } 24 | } -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/laikago_tex.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/laikago/laikago_tex.jpg -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/license.txt: -------------------------------------------------------------------------------- 1 | URDF model created by Erwin Coumans. 2 | Meshes derived from Laikago cad model, used by permission of Unitree. 3 | 4 | If you use the model, add a citation to PyBullet: 5 | 6 | @MISC{coumans2018, 7 | author = {Erwin Coumans and Yunfei Bai}, 8 | title = {PyBullet, a Python module for physics simulation for games, robotics and machine learning}, 9 | howpublished = {\url{http://pybullet.org}}, 10 | year = {2016--2018} 11 | } 12 | 13 | 14 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/lower_leg3.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'laikago_textured.blend' 2 | # Material Count: 1 3 | 4 | newmtl None 5 | Ns 0 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.8 0.8 0.8 8 | Ks 0.8 0.8 0.8 9 | d 1 10 | illum 2 11 | map_Kd laikago_tex.jpg 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/lower_leg_3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/laikago/lower_leg_3.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/lower_leg_3_collision.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/laikago/lower_leg_3_collision.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/upper_leg.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/laikago/upper_leg.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/upper_leg_left.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'laikago_textured.blend' 2 | # Material Count: 1 3 | 4 | newmtl None.005 5 | Ns 0.000000 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.800000 0.800000 0.800000 8 | Ks 0.800000 0.800000 0.800000 9 | Ke 0.000000 0.000000 0.000000 10 | Ni 1.000000 11 | d 1.000000 12 | illum 2 13 | map_Kd laikago_tex.jpg 14 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/upper_leg_left2.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'laikago_textured.blend' 2 | # Material Count: 1 3 | 4 | newmtl None.004 5 | Ns 0.000000 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.800000 0.800000 0.800000 8 | Ks 0.800000 0.800000 0.800000 9 | Ke 0.000000 0.000000 0.000000 10 | Ni 1.000000 11 | d 1.000000 12 | illum 2 13 | map_Kd laikago_tex.jpg 14 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/upper_leg_mirror.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'laikago_textured.blend' 2 | # Material Count: 1 3 | 4 | newmtl None 5 | Ns 0 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.8 0.8 0.8 8 | Ks 0.8 0.8 0.8 9 | d 1 10 | illum 2 11 | map_Kd laikago_tex.jpg 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/upper_leg_mirror.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/laikago/upper_leg_mirror.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/upper_leg_mirror2.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'laikago_textured.blend' 2 | # Material Count: 1 3 | 4 | newmtl None 5 | Ns 0 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.8 0.8 0.8 8 | Ks 0.8 0.8 0.8 9 | d 1 10 | illum 2 11 | map_Kd laikago_tex.jpg 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/laikago/upper_leg_right.mtl: -------------------------------------------------------------------------------- 1 | # Blender MTL File: 'laikago_textured.blend' 2 | # Material Count: 1 3 | 4 | newmtl None.002 5 | Ns 0.000000 6 | Ka 0.000000 0.000000 0.000000 7 | Kd 0.800000 0.800000 0.800000 8 | Ks 0.800000 0.800000 0.800000 9 | Ke 0.000000 0.000000 0.000000 10 | Ni 1.000000 11 | d 1.000000 12 | illum 2 13 | map_Kd laikago_tex.jpg 14 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | cmake_minimum_required(VERSION 2.8.3) 2 | 3 | project(stoch_two_abduction_urdf) 4 | 5 | find_package(catkin REQUIRED) 6 | 7 | catkin_package() 8 | 9 | find_package(roslaunch) 10 | 11 | foreach(dir config launch meshes urdf) 12 | install(DIRECTORY ${dir}/ 13 | DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir}) 14 | endforeach(dir) 15 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/config/joint_names_stoch_two_abduction_urdf.yaml: -------------------------------------------------------------------------------- 1 | controller_joint_names: ['motor_front_body_spine_joint', 'motor_front_left_abd_joint', 'motor_fl_upper_hip_joint', 'fl_lower_hip_joint', 'motor_fl_upper_knee_joint', 'fl_lower_knee_joint', 'motor_front_right_abd_joint', 'motor_fr_upper_hip_joint', 'fr_lower_hip_joint', 'motor_fr_upper_knee_joint', 'fr_lower_knee_joint', 'motor_back_body_spine_joint', 'motor_back_left_abd_joint', 'motor_bl_upper_hip_joint', 'bl_lower_hip_joint', 'motor_bl_upper_knee_joint', 'bl_lower_knee_joint', 'motor_back_right_abd_joint', 'motor_br_upper_hip_joint', 'br_lower_hip_joint', 'motor_br_upper_knee_joint', 'br_lower_knee_joint', ] 2 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/launch/display.launch: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 10 | 13 | 17 | 21 | 26 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/launch/gazebo.launch: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 12 | 18 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/back_body_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/back_body_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/back_left_abd_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/back_left_abd_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/back_right_abd_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/back_right_abd_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/base_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/base_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/bl_lower_hip_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/bl_lower_hip_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/bl_lower_knee_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/bl_lower_knee_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/bl_upper_hip_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/bl_upper_hip_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/bl_upper_knee_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/bl_upper_knee_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/br_lower_hip_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/br_lower_hip_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/br_lower_knee_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/br_lower_knee_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/br_upper_hip_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/br_upper_hip_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/br_upper_knee_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/br_upper_knee_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fl_lower_hip_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fl_lower_hip_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fl_lower_knee_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fl_lower_knee_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fl_upper_hip_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fl_upper_hip_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fl_upper_knee_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fl_upper_knee_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fr_lower_hip_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fr_lower_hip_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fr_lower_knee_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fr_lower_knee_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fr_upper_hip_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fr_upper_hip_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fr_upper_knee_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/fr_upper_knee_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/front_body_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/front_body_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/front_left_abd_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/front_left_abd_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/front_right_abd_link.STL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/meshes/front_right_abd_link.STL -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/robots/stoch_two_abduction_urdf/package.xml: -------------------------------------------------------------------------------- 1 | 2 | stoch_two_abduction_urdf 3 | 1.0.0 4 | 5 |

URDF Description package for stoch_two_abduction_urdf

6 |

This package contains configuration data, 3D models and launch files 7 | for stoch_two_abduction_urdf robot

8 |
9 | me 10 | 11 | BSD 12 | catkin 13 | roslaunch 14 | robot_state_publisher 15 | rviz 16 | joint_state_publisher 17 | gazebo 18 | 19 | 20 | 21 |
-------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block1_11_11/block1_11_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/block1_11_11/block1_11_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block1_11_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | block1_11_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block2_11_11/block2_11_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/block2_11_11/block2_11_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block2_11_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | block2_11_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block2_11_11/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block2_9_11/block2_9_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/block2_9_11/block2_9_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block2_9_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | block2_9_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block2_9_11/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block3_11_11/block3_11_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/block3_11_11/block3_11_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block3_11_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | block3_11_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block3_11_11/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block3_9_11/block3_9_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/block3_9_11/block3_9_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block3_9_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | block3_9_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block3_9_11/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block4_9_11/block4_9_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/block4_9_11/block4_9_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block4_9_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge4_9_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/block4_9_11/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/final_newest_wedges (1).7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/final_newest_wedges (1).7z -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/newest_wedges (1).7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/newest_wedges (1).7z -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/pyramid/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | pyramid 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/pyramid/pyramid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/pyramid/pyramid.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/stairs_wedge_down/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | stairs_wedge_down 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/stairs_wedge_down/stairs_wedge.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/stairs_wedge_down/stairs_wedge.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/stairs_wedge_down/texture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/stairs_wedge_down/texture.jpg -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/stairs_wedge_down/texture3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/stairs_wedge_down/texture3.jpg -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/stairs_wedge_down/texture_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/stairs_wedge_down/texture_1.jpg -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/stairs_wedge_down/texture_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/stairs_wedge_down/texture_2.jpg -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/stairs_wedge_down/texture_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/stairs_wedge_down/texture_4.jpg -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/up_sidehill/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | up_sidehill 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/up_sidehill/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/up_sidehill/up_sidehill.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/up_sidehill/up_sidehill.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/visualizer.py: -------------------------------------------------------------------------------- 1 | 2 | import pybullet as p 3 | import pybullet_data 4 | import os 5 | import time 6 | ''' 7 | urdf file in the same folder as that of the python script 8 | ''' 9 | file_path = os.getcwd() 10 | 11 | #Enter the file name with a '/' in front of it 12 | file_name = "wedge_" 13 | ''' 14 | these comands are explained in detail in the next subpart 15 | for now u can directly use it to visualize the model 16 | ''' 17 | p.connect(p.GUI) 18 | p.loadURDF(os.path.join(pybullet_data.getDataPath(), "plane.urdf"), 0, 0, 0) 19 | for i in range(6): 20 | robot = p.loadURDF(file_name+str(5+2*i)+".urdf") 21 | p.resetBasePositionAndOrientation(robot, [2*i, 0, 0],p.getQuaternionFromEuler([0,0,-1.57])) 22 | p.setGravity(0,0,-10) 23 | 24 | while(True): 25 | time.sleep(0.01) 26 | p.stepSimulation() -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_11/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_11/wedge_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedge_11/wedge_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_13/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_13 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_13/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_13/wedge_13.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedge_13/wedge_13.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_15/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_15 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_15/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_15/wedge_15.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedge_15/wedge_15.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_7/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_7 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_7/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_7/wedge_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedge_7/wedge_7.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_9/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_9 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_9/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_9/wedge_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedge_9/wedge_9.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_unsymmetric/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_unsymmetric 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_unsymmetric/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedge_unsymmetric/wedge_unsymmetric.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedge_unsymmetric/wedge_unsymmetric.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/block1_11_11/block1_11_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedges/block1_11_11/block1_11_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/block1_11_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | block1_11_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/block1_11_11/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/block2_11_11/block2_11_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedges/block2_11_11/block2_11_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/block2_11_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | block2_11_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/block2_11_11/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/block3_11_11/block3_11_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedges/block3_11_11/block3_11_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/block3_11_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | block3_11_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/block3_11_11/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_11/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_11 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_11/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_11/wedge_11.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedges/wedge_11/wedge_11.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_13/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_13 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_13/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_13/wedge_13.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedges/wedge_13/wedge_13.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_15/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_15 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_15/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_15/wedge_15.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedges/wedge_15/wedge_15.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_7/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_7 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_7/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_7/wedge_7.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedges/wedge_7/wedge_7.stl -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_9/model.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | wedge_9 4 | 1.0 5 | model.sdf 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_9/model.urdf: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /gym_sloped_terrain/envs/track/wedges/wedge_9/wedge_9.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/gym_sloped_terrain/envs/track/wedges/wedge_9/wedge_9.stl -------------------------------------------------------------------------------- /initial_policies/init_policy_Stoch2.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/initial_policies/init_policy_Stoch2.npy -------------------------------------------------------------------------------- /initial_policies/initial_policy_HyQ.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/initial_policies/initial_policy_HyQ.npy -------------------------------------------------------------------------------- /initial_policies/initial_policy_Laikago.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/initial_policies/initial_policy_Laikago.npy -------------------------------------------------------------------------------- /media/stoch2arbitary.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/media/stoch2arbitary.gif -------------------------------------------------------------------------------- /media/stoch2dist.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/media/stoch2dist.gif -------------------------------------------------------------------------------- /media/stoch2stair1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/media/stoch2stair1.gif -------------------------------------------------------------------------------- /media/stoch2uphill.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/media/stoch2uphill.gif -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- 1 | 2 | from setuptools import setup 3 | 4 | setup(name='gym_stoch2_sloped_terrain', 5 | version='0.0.1', 6 | python_requires= '~=3.6', 7 | install_requires=['gym~=0.17.2','pybullet','sklearn','matplotlib','fabulous','dataclasses'] # And any other dependencies foo needs 8 | ) 9 | -------------------------------------------------------------------------------- /train_command_HyQ.txt: -------------------------------------------------------------------------------- 1 | python3 trainHyQ_policy.py --lr 0.05 --noise 0.03 --directions 2 --gait trot --logdir 19Oct1 --policy initial_policy_HyQ.npy --action_dim 20 --msg "Training with tStrut IP without DR" --episode_length 400 --eval_step 3 --domain_Rand 0 2 | -------------------------------------------------------------------------------- /train_command_Laikago.txt: -------------------------------------------------------------------------------- 1 | python3 trainLaikago_policy.py --lr 0.05 --noise 0.04 --directions 3 --gait trot --logdir 21Oct4 --policy initial_policy_Laikago.npy --action_dim 20 --msg "Training with abd spread" --episode_length 400 --eval_step 3 --domain_Rand 0 --curi_learn 10 2 | -------------------------------------------------------------------------------- /train_command_Stoch2.txt: -------------------------------------------------------------------------------- 1 | python3 train_policy.py --lr 0.05 --noise 0.04 --directions 3 --gait trot --logdir 3Aug2 --env Stoch2-v0 --policy ./initial_policies/init_policy_Stoch2.npy --action_dim 20 --msg "Training with tStrut IP without DR" --episode_length 400 --eval_step 3 --domain_Rand 0 2 | 3 | 4 | -------------------------------------------------------------------------------- /utils/__pycache__/ik_class.cpython-36.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StochLab/SlopedTerrainLinearPolicy/aaebee21e6ddcd7597bd8b103f4350b9347744bf/utils/__pycache__/ik_class.cpython-36.pyc --------------------------------------------------------------------------------