We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b3654 commit e45309cCopy full SHA for e45309c
com.unity.ml-agents/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
## [0.15.1-preview] - 2020-03-30
9
### Bug Fixes
10
- Raise the wall in CrawlerStatic scene to prevent Agent from falling off. (#3650)
11
+ - Fixed an issue where specifying `vis_encode_type` was required only for SAC. (#3677)
12
13
14
## [0.15.0-preview] - 2020-03-18
ml-agents/mlagents/trainers/sac/trainer.py
@@ -73,7 +73,6 @@ def __init__(
73
"memory_size",
74
"model_path",
75
"reward_signals",
76
- "vis_encode_type",
77
]
78
79
self._check_param_keys()
0 commit comments