Closed matteobettini closed 7 months ago
Attention: Patch coverage is 87.50000%
with 25 lines
in your changes are missing coverage. Please review.
Project coverage is 53.83%. Comparing base (
e6afcf5
) to head (f4118c5
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR allows multiple inputs to models (given from their input spec)
The current models will behave in the following way:
In this PR we move the concatenation of actions and state (that was happening in the SAC and DDPG algorithms) to the model by directly feeding both inputs
cc @ezhang7423