- 11 Dec, 2019 3 commits
-
-
Vivien Kraus authored
-
Vivien Kraus authored
There is no appstreamcli in guix.
-
Vivien Kraus authored
-
- 08 Dec, 2019 2 commits
-
-
Vivien Kraus authored
-
Vivien Kraus authored
-
- 07 Dec, 2019 16 commits
-
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
This is superfluous.
-
Vivien Kraus authored
This lets me use commas as separators.
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
I often get times where all the predictions are set to 0. This is because in the beginning where there is a lot of exploration, the regression is simply based on the bid and whether we are the taker. So, most parts of the network are "discarded", which is to say the weights optimize so that the hidden neuron is never activated. However, at the end of the exploration, we need to exploit these neurons.
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
-
- 02 Dec, 2019 2 commits
-
-
Vivien Kraus authored
I don't have that much time
-
Vivien Kraus authored
This kills exploration a little, but it lets us learn from 100% of the games. Otherwise, 4vs1 and 3vs1 games would be ignored most of the time.
-
- 01 Dec, 2019 1 commit
-
-
Vivien Kraus authored
-
- 30 Nov, 2019 1 commit
-
-
Vivien Kraus authored
trump This avoids the following scenario: P1: 4T P2: 21T (I'm the master!) P3: 20T (I'm the master!)
-
- 29 Nov, 2019 15 commits
-
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
This reverts commit d5318d1d.
-
Vivien Kraus authored
-
Vivien Kraus authored
If someone bids a straight keep, there is a 1/2 chance that the next player would bid a double keep. This is not acceptable. This patch reverts this.
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
If I were to use a random perceptron, random bid would be either pass or double keep (because the only feature that would vary would be the strength strategy, which is linear).
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
Of course, when computing the features of a game, we /have/ to look at the game from the perspective of the next player to play, not the player who has been dealt the cards...
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
-
Vivien Kraus authored
-