Baselight

RPS Competition Games Info

Games played by different agents

@kaggle.alexrebull_rps_competition_games_info

Rps
@kaggle.alexrebull_rps_competition_games_info.rps

  • 9.51 MB
  • 3816065 rows
  • 29 columns
player1

Player1

player2

Player2

result

Result

game

Game

p1finalscore

P1FinalScore

p2finalscore

P2FinalScore

rounds

Rounds

movement1

Movement1

movement2

Movement2

reward1

Reward1

reward2

Reward2

player1currrank

Player1CurrRank

player2currrank

Player2CurrRank

player1currscore

Player1CurrScore

player2currscore

Player2CurrScore

player1totsubmit

Player1TotSubmit

player2totsubmit

Player2TotSubmit

player1lastact

Player1lastAct

player2lastact

Player2lastAct

p1iniscore

P1IniScore

p1iniconfidence

P1IniConfidence

p1updatescore

P1UpdateScore

p1updateconfidence

P1UpdateConfidence

p1gamereward

P1GameReward

p2iniscore

P2IniScore

p2iniconfidence

P2IniConfidence

p2updatescore

P2UpdateScore

p2updateconfidence

P2UpdateConfidence

p2gamereward

P2GameReward

John TerMaatJohn TerMaatLoserGame 1-5454round: 0111247.61247.628281d1d600200-5460020054
John TerMaatJohn TerMaatLoserGame 1-5454round: 111111247.61247.628281d1d600200-5460020054
John TerMaatJohn TerMaatLoserGame 1-5454round: 2211-1111247.61247.628281d1d600200-5460020054
John TerMaatJohn TerMaatLoserGame 1-5454round: 31111247.61247.628281d1d600200-5460020054
John TerMaatJohn TerMaatLoserGame 1-5454round: 411-1111247.61247.628281d1d600200-5460020054
John TerMaatJohn TerMaatLoserGame 1-5454round: 512-2111247.61247.628281d1d600200-5460020054
John TerMaatJohn TerMaatLoserGame 1-5454round: 62-2111247.61247.628281d1d600200-5460020054
John TerMaatJohn TerMaatLoserGame 1-5454round: 7213-3111247.61247.628281d1d600200-5460020054
John TerMaatJohn TerMaatLoserGame 1-5454round: 8113-3111247.61247.628281d1d600200-5460020054
John TerMaatJohn TerMaatLoserGame 1-5454round: 912-2111247.61247.628281d1d600200-5460020054

CREATE TABLE rps (
  "player1" VARCHAR,
  "player2" VARCHAR,
  "result" VARCHAR,
  "game" VARCHAR,
  "p1finalscore" DOUBLE,
  "p2finalscore" DOUBLE,
  "rounds" VARCHAR,
  "movement1" DOUBLE,
  "movement2" DOUBLE,
  "reward1" DOUBLE,
  "reward2" DOUBLE,
  "player1currrank" BIGINT,
  "player2currrank" BIGINT,
  "player1currscore" DOUBLE,
  "player2currscore" DOUBLE,
  "player1totsubmit" BIGINT,
  "player2totsubmit" BIGINT,
  "player1lastact" VARCHAR,
  "player2lastact" VARCHAR,
  "p1iniscore" DOUBLE,
  "p1iniconfidence" DOUBLE,
  "p1updatescore" DOUBLE,
  "p1updateconfidence" DOUBLE,
  "p1gamereward" DOUBLE,
  "p2iniscore" DOUBLE,
  "p2iniconfidence" DOUBLE,
  "p2updatescore" DOUBLE,
  "p2updateconfidence" DOUBLE,
  "p2gamereward" DOUBLE
);

Share link

Anyone who has the link will be able to view this.