Merge branch 'feat/message_passing' of github.com:SELab-3-2026/SEL3-2026-Groep-4 into feat/message_passing
This commit is contained in:
commit
c6490eb672
4 changed files with 53 additions and 0 deletions
17
src/brittle_star_project/environment/obs_processing_tmp.py
Normal file
17
src/brittle_star_project/environment/obs_processing_tmp.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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
Normal file
27
tmp.txt
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
-- 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,)
|
||||
9
vids/evaluation_metadata.yaml
Normal file
9
vids/evaluation_metadata.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
BIN
vids/simulation.mp4
Normal file
BIN
vids/simulation.mp4
Normal file
Binary file not shown.
Reference in a new issue