backup
This commit is contained in:
parent
0ed2dfe4ef
commit
6604433aa7
3 changed files with 38 additions and 6 deletions
19
docs/design/network_inputs.md
Normal file
19
docs/design/network_inputs.md
Normal 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
|
||||
Reference in a new issue