-
Notifications
You must be signed in to change notification settings - Fork 165
Closed
Labels
cythonItems which involve coding in CythonItems which involve coding in CythonenhancementpythonItems which involve coding in PythonItems which involve coding in Python
Milestone
Description
Constructing paths in an extensive game is currently quite tedious and verbose. To this end the following features are proposed:
-
Indexing into the children of a node will be done by action label rather than the label of the child node. This is a breaking change but should be seen as definitely an improvement (see e.g. the discussion in Ensure append_move and other functions to apply labels to nodes by default #553 for an example where the current behaviour was unanticipated)
-
Implement the operator
+with LHS of a node and RHS of an action label producing a node.
edwardchalstrey1
Metadata
Metadata
Assignees
Labels
cythonItems which involve coding in CythonItems which involve coding in CythonenhancementpythonItems which involve coding in PythonItems which involve coding in Python