using dojo object for intermediate <state, tactic> pair #212
Sara-Rajaee
started this conversation in
General
Replies: 1 comment 2 replies
|
Where does |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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_0as the initial state to applytactic. I'm starting the proof fromstate_2.All reactions