@@ -18,14 +18,21 @@ We will start with experimenting with having input from one light sensor corresp
## Results
### Making the robot's speed depend on sounds in the environment
???
#### Exitatory vs inhibitory behaviour
If we use exitatory connections as in the more sound we measure the more motor power, the robot will drive forward at high speed without ever slowing down because of the constant noise from its own motor.
Using inhibitory behviour as in the more sound the less motor power, makes the robot stop whenever a loud sound ocours, and its max speed is very low because the faster it moves the louder the noice from the motors and as a result the speed is lowered.
This made me think of it as a creature that tries to avoid decection by being as quite as possible and especially quite whenever it thinks it heard someone.
#### Mapping to motor power from -100 to 100
The robot had an interesting behaviour, when a loud sound occurred it would drive with high speed forward until it hit a wall, this resulted in lowering the noice from the wheels and the robot now started backing away from the wall until it heard another loud sound again.
The robot had an interesting behaviour, when a loud sound occurred it would drive with high speed forward until it hit a wall, this resulted in lowering the noice from the motor and the robot now started backing away from the wall until another loud sound occur.