fix(my fuckery): removed shit that did not need to be in the repo :)
This commit is contained in:
parent
c6490eb672
commit
6fc4f752a8
4 changed files with 0 additions and 53 deletions
|
|
@ -1,17 +0,0 @@
|
|||
obs = {}
|
||||
segs = set()
|
||||
joints = set()
|
||||
|
||||
for key, arr in obs.items():
|
||||
if key in segs:
|
||||
# padding using mask 1x
|
||||
pass
|
||||
elif key in joints:
|
||||
# padding using mask 2x
|
||||
pass
|
||||
else:
|
||||
# no padding
|
||||
pass
|
||||
|
||||
# reshape according to segs, joints, or global
|
||||
pass
|
||||
27
tmp.txt
27
tmp.txt
|
|
@ -1,27 +0,0 @@
|
|||
-- 5 arms, 1 disabled
|
||||
2026-05-08 14:21:57,035 - DEBUG - [INPUT] joint_actuator_force: (32,)
|
||||
2026-05-08 14:21:57,035 - DEBUG - [OUTPUT] joint_actuator_force: (32,)
|
||||
2026-05-08 14:21:57,035 - DEBUG - [INPUT] joint_position: (32,)
|
||||
2026-05-08 14:21:57,035 - DEBUG - [OUTPUT] joint_position: (32,)
|
||||
2026-05-08 14:21:57,036 - DEBUG - [INPUT] joint_velocity: (32,)
|
||||
2026-05-08 14:21:57,036 - DEBUG - [OUTPUT] joint_velocity: (32,)
|
||||
2026-05-08 14:21:57,036 - DEBUG - [INPUT] segment_contact: (16,)
|
||||
2026-05-08 14:21:57,036 - DEBUG - [OUTPUT] segment_contact: (16,)
|
||||
2026-05-08 14:21:57,036 - DEBUG - [INPUT] disk_z_tilt: ()
|
||||
2026-05-08 14:21:57,036 - DEBUG - [OUTPUT] disk_z_tilt: (1,)
|
||||
2026-05-08 14:21:57,036 - DEBUG - [INPUT] robot_direction_to_target: (2,)
|
||||
2026-05-08 14:21:57,036 - DEBUG - [OUTPUT] robot_direction_to_target: (2,)
|
||||
|
||||
-- 5 arms, none disabled
|
||||
2026-05-08 14:27:04,472 - DEBUG - [INPUT] joint_actuator_force: (40,)
|
||||
2026-05-08 14:27:04,472 - DEBUG - [OUTPUT] joint_actuator_force: (40,)
|
||||
2026-05-08 14:27:04,472 - DEBUG - [INPUT] joint_position: (40,)
|
||||
2026-05-08 14:27:04,472 - DEBUG - [OUTPUT] joint_position: (40,)
|
||||
2026-05-08 14:27:04,473 - DEBUG - [INPUT] joint_velocity: (40,)
|
||||
2026-05-08 14:27:04,473 - DEBUG - [OUTPUT] joint_velocity: (40,)
|
||||
2026-05-08 14:27:04,473 - DEBUG - [INPUT] segment_contact: (20,)
|
||||
2026-05-08 14:27:04,473 - DEBUG - [OUTPUT] segment_contact: (20,)
|
||||
2026-05-08 14:27:04,473 - DEBUG - [INPUT] disk_z_tilt: ()
|
||||
2026-05-08 14:27:04,473 - DEBUG - [OUTPUT] disk_z_tilt: (1,)
|
||||
2026-05-08 14:27:04,474 - DEBUG - [INPUT] robot_direction_to_target: (2,)
|
||||
2026-05-08 14:27:04,474 - DEBUG - [OUTPUT] robot_direction_to_target: (2,)
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
timestamp: '2026-05-07T20:43:29.612567'
|
||||
morphology_override: null
|
||||
seed: 1
|
||||
max_steps: 10000
|
||||
result:
|
||||
return: 0.40030128204863225
|
||||
length: 6705
|
||||
reached_target: true
|
||||
final_xy_dist: 0.19969871795136748
|
||||
Binary file not shown.
Reference in a new issue