[rllib] Native support for Dict and Tuple spaces; fix Tuple action spaces; add prev a, r to LSTM#3051
Conversation
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test PASSed. |
|
Test PASSed. |
|
Test FAILed. |
|
Test FAILed. |
|
jenkins retest this please |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test PASSed. |
|
Ping @richardliaw |
| # Use the sync samples optimizer instead of the multi-gpu one | ||
| "simple_optimizer": False, | ||
| # Verbose logging during SGD | ||
| "verbose": True, |
There was a problem hiding this comment.
aren't we trying to avoid this?
There was a problem hiding this comment.
I don't have a better solution... perhaps: "log_level": "INFO"?
There was a problem hiding this comment.
I removed this flag for now.
|
Test FAILed. |
What do these changes do?
_build_layers_v2to model which takes in an input dict of tensors. Deprecate_build_layers.a_{t-1},r_{t-1}through this input dict for use by LSTMs.Related issue number
#3042
#3048
#2715