fix list to array in constants.py
This commit is contained in:
parent
be890b52fd
commit
b52f05923a
@ -590,7 +590,7 @@ CONF_SCHEMA = {
|
||||
"cpu_count": {"type": "integer", "default": 1},
|
||||
"model_type": {"type": "string", "default": "PPO"},
|
||||
"policy_type": {"type": "string", "default": "MlpPolicy"},
|
||||
"net_arch": {"type": "list", "default": [128, 128]},
|
||||
"net_arch": {"type": "array", "default": [128, 128]},
|
||||
"model_reward_parameters": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
Loading…
Reference in New Issue
Block a user