google / evojax

Apache License 2.0
834 stars 85 forks source link

Evosax - Sep-CMA-ES #20

Closed RobertTLange closed 2 years ago

RobertTLange commented 2 years ago
Benchmarks Parameters Results (Avg)
CartPole (easy) 900 (max_iter=1000) Link 924.3028
CartPole (hard) 600 (max_iter=1000) Link 626.9728
MNIST 90.0 (max_iter=2000) Link 0.9545
Brax Ant 3000 (max_iter=300) Link 3980.9194
Waterworld 6 (max_iter=500) Link 9.9000
Waterworld (MA) 2 (max_iter=2000) Link 1.1875

Note: Linting doesn't pass due to import error for Open_ES - see PR #19. This has to be merged first.

lerrytang commented 2 years ago

There are some test errors due to renaming in evosax. I've merged the previous PR, can you rebase and solve the errors?

RobertTLange commented 2 years ago

Sorry for that -- Things should be fixed now.

lerrytang commented 2 years ago

Thank you, as always ;)