You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ml/american_option.ipynb is working but unable to save the policy. It gives an error of ..TypeError Traceback (most recent call last) in <cell line: 11>()
9
10 # Create a policy saver
---> 11 tf_policy_saver = policy_saver.PolicySaver(agent.policy)
12
13 # Save the policy
ml/american_option.ipynb is working but unable to save the policy. It gives an error of ..TypeError Traceback (most recent call last)
in <cell line: 11>()
9
10 # Create a policy saver
---> 11 tf_policy_saver = policy_saver.PolicySaver(agent.policy)
12
13 # Save the policy
10 frames
/usr/lib/python3.10/inspect.py in _check_instance(obj, attr)
1688 instance_dict = {}
1689 try:
-> 1690 instance_dict = object.getattribute(obj, "dict")
1691 except AttributeError:
1692 pass
TypeError: this dict descriptor does not support '_DictWrapper' objects
The text was updated successfully, but these errors were encountered: