Using Evox to deal with RL tasks! With distributed Gym environment!

Three simple tasks in Gym[classical] are tested.
This commit is contained in:
wls2002
2023-07-04 15:44:08 +08:00
parent c4d34e877b
commit 7bf46575f4
18 changed files with 547 additions and 43 deletions

View File

@@ -12,7 +12,7 @@ random_seed = 0
fitness_threshold = 3.99999
generation_limit = 1000
fitness_criterion = "max"
pop_size = 100000
pop_size = 10000
[genome]
compatibility_disjoint = 1.0