add documentation for net_arch, other small changes

This commit is contained in:
robcaulk
2022-11-26 13:44:03 +01:00
parent 7ebc8ee169
commit aaaa5a5f64
4 changed files with 3 additions and 32 deletions

View File

@@ -590,6 +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]},
"model_reward_parameters": {
"type": "object",
"properties": {