1
Fork 0
This commit is contained in:
Robin Meersman 2026-04-17 10:09:19 +02:00
parent 0ed2dfe4ef
commit 6604433aa7
3 changed files with 38 additions and 6 deletions

View file

@ -0,0 +1,19 @@
# Neural network architecture and inputs
## Inputs
From the observations, we use:
* joint_position
* joint_velocity
* joint_actuator_force
* actuator_force
* disk_position
* disk_rotation
* disk_linear_velocity
* disk_angular_velocity
* unit_xy_direction_to_target
* xy_distance_to_target
as inputs for the sensor and the feature extractor.
## Sensor architecture
todo