Policy Function can mutate state that is passed to State Update Function
BenSchZA opened this issue · comments
Benjamin Scholtz commented
Currently, a Policy Function can mutate the state that is then passed to a State Update Function. One possible solution: two state copies should be created and passed independently to the Policy and State Update Functions.
See
Line 64 in a5fa0e6
Benjamin Scholtz commented
Closed by #54