Open
Description
I know the stage block code is still experimental, but I wanted to flag this issue if it has not come up yet.
The function inputs in line 115 of law_of_motion.py
do not correspond to the required inputs for forward_policy_shock_2d
. Executing this line throws the error 'ShockedPolicyLottery2D' object has no attribute 'i'
since the object only has attributes that look like i1
and i2
.
sequence-jacobian/src/sequence_jacobian/blocks/support/law_of_motion.py
Lines 112 to 117 in ac77f11
Metadata
Assignees
Labels
No labels