luet/pkg/solver
Ettore Di Giacinto 711c039296
Reward by observedDelta
Keep a record of the observed delta and maximize reward for it.
Also add Noop actions which is turned off by default.

Let finish the execution also when no solution is found, as we will take the
minimum observed delta as result.

This is done on purpose to avoid guessing "when" is a good time to stop the agent,
as it could be in the middle of picking up a new action which is not the final
(but we need limits, we can't let it run forever).
2020-02-11 14:52:24 +01:00
..
decoder_test.go Do not call solver multiple times, reuse same assertion 2019-12-14 15:00:16 +01:00
decoder.go Detect already installed packages when calling install 2020-01-01 11:58:33 +01:00
resolver_test.go Reward by observedDelta 2020-02-11 14:52:24 +01:00
resolver.go Reward by observedDelta 2020-02-11 14:52:24 +01:00
solver_suite_test.go Support logging level and spinner customization 2020-01-01 13:43:22 +01:00
solver_test.go Add support for Package provides 2019-12-17 19:32:31 +01:00
solver.go Pin to gophersat version 2020-02-11 09:06:57 +01:00