Add batch-wise cost estimation - #151
Conversation
… cost computation
|
@orzechow This is still very much a work in progress (it still needs some tidying up, tests and python bindings) but I wanted to discuss the interface with you before putting in too much work. The other day I already started implementing an interface and it turned out to be harder than expected to come up with something nice that is backwards compatible. Instead of implementing the abstract Now here's the issue that I wanted to discuss. The The implementation would be quite a bit simpler if instead the cost estimator would be part of the arbitrator. Sorry, this turned out a bit longer than I had hoped, so here's a quick summary of the options:
What do you think? |
|
Closing this one in favor of #152 |
Closes #150
This enables the cost estimator to score a batch of trajectories rather than processing them one by one.
This is opt-in, i.e. the latter is still possible.
#minor