Update constants.py

Make progress bar true by default
This commit is contained in:
Robert Caulk
2023-04-15 20:01:12 +02:00
committed by GitHub
parent 90ce2ae7e4
commit 6bc8759321

View File

@@ -600,7 +600,7 @@ CONF_SCHEMA = {
"policy_type": {"type": "string", "default": "MlpPolicy"},
"net_arch": {"type": "array", "default": [128, 128]},
"randomize_starting_position": {"type": "boolean", "default": False},
"progress_bar": {"type": "boolean", "default": False},
"progress_bar": {"type": "boolean", "default": True},
"model_reward_parameters": {
"type": "object",
"properties": {