bniladridas commited on
Commit
d4a0976
·
verified ·
1 Parent(s): f238a52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -34,6 +34,14 @@ This model provides a solution to the CartPole-v1 environment using CMA-ES (Cova
34
  achieving perfect performance with a simple linear policy. The implementation demonstrates how evolutionary strategies can
35
  effectively solve classic control problems with minimal architecture complexity.
36
 
 
 
 
 
 
 
 
 
37
  ### Training Convergence
38
  ![Training Convergence](assets/training_convergence.png)
39
  *Figure: Training convergence showing the mean fitness (episode length) across generations. The model achieves optimal performance (500 steps) within 3 generations.*
 
34
  achieving perfect performance with a simple linear policy. The implementation demonstrates how evolutionary strategies can
35
  effectively solve classic control problems with minimal architecture complexity.
36
 
37
+ ### Video Preview
38
+
39
+ <video controls width="480">
40
+ <source src="https://huggingface.co/bniladridas/cartpole-cmaes/resolve/main/preview.mp4" type="video/mp4">
41
+ Your browser does not support the video tag.
42
+ </video>
43
+
44
+
45
  ### Training Convergence
46
  ![Training Convergence](assets/training_convergence.png)
47
  *Figure: Training convergence showing the mean fitness (episode length) across generations. The model achieves optimal performance (500 steps) within 3 generations.*