@@ -8,10 +8,11 @@ Research and development of workflows for the co-design reconfigurable AI softwa
...
@@ -8,10 +8,11 @@ Research and development of workflows for the co-design reconfigurable AI softwa
- "focus on finding minimal architectures".
- "focus on finding minimal architectures".
- "By deemphasizing learning of weight parameters, we encourage the agent instead to develop ever-growing networks that can encode acquired skills based on its interactions with the environment".
- "By deemphasizing learning of weight parameters, we encourage the agent instead to develop ever-growing networks that can encode acquired skills based on its interactions with the environment".
@@ -21,7 +22,7 @@ One of the most famous benchmarks of non-linear control, there is lots of approa
...
@@ -21,7 +22,7 @@ One of the most famous benchmarks of non-linear control, there is lots of approa
WANN is interesting as it tries to get the simplest network that uses the input sensors (position, rotation and their derivatives) to the output (force). It focuses on learning **principles** and **not only tune weights**.
WANN is interesting as it tries to get the simplest network that uses the input sensors (position, rotation and their derivatives) to the output (force). It focuses on learning **principles** and **not only tune weights**.
<imgsrc="./swing_best.png"width="100%"/>
<imgsrc="./swing_best.png"width="75%"/>
This is one of the outputs of the network and you can see because of it's simplicity it's not a black box and one can deduce the principles learnt [[1]](https://towardsdatascience.com/weight-agnostic-neural-networks-fce8120ee829):
This is one of the outputs of the network and you can see because of it's simplicity it's not a black box and one can deduce the principles learnt [[1]](https://towardsdatascience.com/weight-agnostic-neural-networks-fce8120ee829):
- the position parameter is almost directly linked to the force, there is only an inverter which means that if the cart is on right or left of the center (+- x), it always try to **go to in the opposite direction** to the center.
- the position parameter is almost directly linked to the force, there is only an inverter which means that if the cart is on right or left of the center (+- x), it always try to **go to in the opposite direction** to the center.
...
@@ -30,9 +31,9 @@ This is one of the outputs of the network and you can see because of it's simpli
...
@@ -30,9 +31,9 @@ This is one of the outputs of the network and you can see because of it's simpli