update README.md
This commit is contained in:
@@ -94,7 +94,7 @@ network = algorithm.genome.network_dict(state, *best)
|
|||||||
algorithm.genome.visualize(network, save_path="./imgs/xor_network.svg")
|
algorithm.genome.visualize(network, save_path="./imgs/xor_network.svg")
|
||||||
```
|
```
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<img src="./imgs/xor_network.svg" alt="Visualization of the policy" width="200" height="200">
|
<img src="./imgs/xor_network.svg" alt="Visualization of the policy" width="300" height="300">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
5. **Transform the network to latex formulas or python codes**:
|
5. **Transform the network to latex formulas or python codes**:
|
||||||
|
|||||||
Reference in New Issue
Block a user