RPS Competition Games Info
Games played by different agents
@kaggle.alexrebull_rps_competition_games_info
Games played by different agents
@kaggle.alexrebull_rps_competition_games_info
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
);
Anyone who has the link will be able to view this.