Skip to content

Commit e45309c

Browse files
Ervin Tvincentpierre
authored andcommitted
Remove vis_encode_type from list of required (#3677)
1 parent 22b3654 commit e45309c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

com.unity.ml-agents/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [0.15.1-preview] - 2020-03-30
99
### Bug Fixes
1010
- 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)
1112

1213

1314
## [0.15.0-preview] - 2020-03-18

ml-agents/mlagents/trainers/sac/trainer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def __init__(
7373
"memory_size",
7474
"model_path",
7575
"reward_signals",
76-
"vis_encode_type",
7776
]
7877

7978
self._check_param_keys()

0 commit comments

Comments
 (0)