using dojo object for intermediate <state, tactic> pair #212
Sara-Rajaee
started this conversation in
General
Replies: 1 comment 2 replies
-
Where does |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm diving into the implementation of lean-dojo library and I was wondering if an arbitrary pair of tactic and state is applicable on the related dojo object.
For example,
`dojo, state_0 = Dojo(theorem)._enter_()
response = dojo(state_2, tactic)`
Here I'm not using
state_0
as the initial state to applytactic
. I'm starting the proof fromstate_2
.Beta Was this translation helpful? Give feedback.
All reactions