complete show() in brax env
This commit is contained in:
@@ -12,7 +12,7 @@ def example_conf():
|
||||
basic=BasicConfig(
|
||||
seed=42,
|
||||
fitness_target=10000,
|
||||
pop_size=100
|
||||
pop_size=1000
|
||||
),
|
||||
neat=NeatConfig(
|
||||
inputs=27,
|
||||
@@ -23,6 +23,7 @@ def example_conf():
|
||||
activation_options=(Act.tanh,),
|
||||
),
|
||||
problem=BraxConfig(
|
||||
env_name="ant"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user