Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. {
  2. "game": {
  3. "groups": [
  4. 3,
  5. 4
  6. ],
  7. "is_paused": false,
  8. "created": "2015-07-01T11:30:42.965878Z",
  9. "current_round": 1,
  10. "time_per_round": 20,
  11. "number_of_rounds": 30,
  12. "puzzle_size": 2,
  13. "prize_allocation_type": "THRESHOLD",
  14. "threshold_type": "GLOBAL",
  15. "threshold_local_number_of_prices": 1,
  16. "threshold_global_number_of_prices": 1,
  17. "threshold_group_number_of_prices": 1
  18. },
  19. "group": {
  20. "id": 3,
  21. "nth_in_game": 0,
  22. "observation_size": 4,
  23. "institution_type": "TEACHING",
  24. "copyright_protection_time": 3,
  25. "copyright_option": true,
  26. "access_generate_screen_opp_cost": false,
  27. "access_generate_screen_score_cost": 0,
  28. "generate_opp_cost": true,
  29. "generate_score_cost": 0,
  30. "access_observe_screen_opp_cost": false,
  31. "access_observe_screen_score_cost": 0,
  32. "reveal_payoff_information_opp_cost": false,
  33. "reveal_payoff_information_score_cost": 0,
  34. "observe_opp_cost": true,
  35. "observe_score_cost": 0,
  36. "reveal_history_opp_cost": false,
  37. "reveal_history_score_cost": 0,
  38. "load_history_pattern_opp_cost": false,
  39. "load_history_pattern_score_cost": 0,
  40. "copyright_opp_cost": false,
  41. "copyright_score_cost": 0,
  42. "market_opp_cost": false,
  43. "market_score_cost": 0,
  44. "teach_opp_cost": false,
  45. "teach_score_cost": 50
  46. },
  47. "score": 50,
  48. "owned_grids": [
  49. {
  50. "id": 6,
  51. "data": {
  52. "data": [
  53. [
  54. false,
  55. false
  56. ],
  57. [
  58. true,
  59. true
  60. ]
  61. ]
  62. },
  63. "round_acquired": 1,
  64. "value": 2,
  65. "is_public": false,
  66. "protected_until": 0,
  67. "market_price": 0,
  68. "is_taught": false
  69. },
  70. {
  71. "id": 3,
  72. "data": {
  73. "data": [
  74. [
  75. false,
  76. false
  77. ],
  78. [
  79. true,
  80. true
  81. ]
  82. ]
  83. },
  84. "round_acquired": 0,
  85. "value": 2,
  86. "is_public": true,
  87. "protected_until": 0,
  88. "market_price": 0,
  89. "is_taught": true
  90. }
  91. ],
  92. "observations": [
  93. {
  94. "target": {
  95. "id": 4,
  96. "data": {
  97. "data": [
  98. [
  99. false,
  100. false
  101. ],
  102. [
  103. true,
  104. true
  105. ]
  106. ]
  107. },
  108. "owner": 4
  109. },
  110. "market_price": 0,
  111. "is_taught": false
  112. }
  113. ],
  114. "latest_finished_round": 0,
  115. "can_play": false,
  116. "scores": null,
  117. "player_id": 1
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement