Using Evox to deal with RL tasks! With distributed Gym environment!
Three simple tasks in Gym[classical] are tested.
This commit is contained in:
11
examples/evox_/cartpole.ini
Normal file
11
examples/evox_/cartpole.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[basic]
|
||||
num_inputs = 4
|
||||
num_outputs = 1
|
||||
maximum_nodes = 50
|
||||
maximum_connections = 50
|
||||
maximum_species = 10
|
||||
forward_way = "single"
|
||||
random_seed = 42
|
||||
|
||||
[population]
|
||||
pop_size = 40
|
||||
Reference in New Issue
Block a user