Zannick / logic-graph

Tools for video game logic representation and analysis, particularly routing and beatability checks for speedruns and randomizers.
MIT License
3 stars 0 forks source link

Observe penalty conditions #218

Closed Zannick closed 1 hour ago

Zannick commented 3 hours ago

For #190, it would be useful to have better guarantees that observations will result in a path of a particular time. This way we could ensure we always store the fastest route given the observation set.

Zannick commented 2 hours ago

At the moment there are no price penalties. Prices can only be affected by time penalties if the access is dependent on price_per_sec, so as long as we observe time we don't need to observe price additionally.