fix randomize_starting_position typo

This commit is contained in:
initrv 2023-04-02 03:42:05 +03:00
parent dc7e834911
commit cccf4f305b
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ CONF_SCHEMA = {
"model_type": {"type": "string", "default": "PPO"},
"policy_type": {"type": "string", "default": "MlpPolicy"},
"net_arch": {"type": "array", "default": [128, 128]},
"randomize_startinng_position": {"type": "boolean", "default": False},
"randomize_starting_position": {"type": "boolean", "default": False},
"model_reward_parameters": {
"type": "object",
"properties": {