brandonrohrer.com
Wrangler of algorithms for Confluence @ Atlassian.
Eater of bread. Sipper of whisky.
Reports to a Shih Tzu.
codeberg.org/brohrer/graf...
Because it was focused on such a tiny slice of functionality with a particular use case, I was able to craft it to be simple and to give exactly the behavior I want.
codeberg.org/brohrer/graf...
Because it was focused on such a tiny slice of functionality with a particular use case, I was able to craft it to be simple and to give exactly the behavior I want.
-1.2 + 1.21 = 0.009999999999...
mpmath.org
The answer I was looking for was Python's decimal library. It gives
0.1 + 0.2 = 0.3
and
-1.2 + 1.21 = 0.01
docs.python.org/3/library/de...
-1.2 + 1.21 = 0.009999999999...
mpmath.org
The answer I was looking for was Python's decimal library. It gives
0.1 + 0.2 = 0.3
and
-1.2 + 1.21 = 0.01
docs.python.org/3/library/de...
My own take on a similar class of problem is the Fuzzy Naive Cartographer. It’s focused on reinforcement learning applications and diverges from existing solutions in fun (to me) ways.
PDF:
brandonrohrer.com/cartographer
My own take on a similar class of problem is the Fuzzy Naive Cartographer. It’s focused on reinforcement learning applications and diverges from existing solutions in fun (to me) ways.
PDF:
brandonrohrer.com/cartographer
The question of how to behave in a system where you can’t see some important information (partially observable) is described by POMDPs- partially observable Markov decision processes. POMDPs are a problem statement and there are
The question of how to behave in a system where you can’t see some important information (partially observable) is described by POMDPs- partially observable Markov decision processes. POMDPs are a problem statement and there are
To oversimplify, “context” here is all the unmeasured stuff, fundamentally unobservable to a machine. To formally treat it you need to measure it, to reduce it to numbers and/or symbols.
To oversimplify, “context” here is all the unmeasured stuff, fundamentally unobservable to a machine. To formally treat it you need to measure it, to reduce it to numbers and/or symbols.
Can you say more about what you’d like?
Can you say more about what you’d like?
Thanks to the suggestions of you and others I lined up some db alternatives. This new version uses Postgres.
Thanks to the suggestions of you and others I lined up some db alternatives. This new version uses Postgres.