{
  "svg":"MCTS_visb.svg",
  "comment": "VisB Visualization for MCTS",
  "items": [
  {
  	"id": "w_%0",
  	"attr": "text",
  	"value": "\"w=\"^IF %0:dom(number_of_wins) THEN TO_STRING(number_of_wins(%0)) ELSE \"-\" END",
	"for": {"from":1, "to":10}
  },
  {
  	"id": "n_%0",
  	"attr": "text",
  	"value": "\"n=\"^IF %0:dom(number_of_visits) THEN TO_STRING(number_of_visits(%0)) ELSE \"-\" END",
	"for": {"from":1, "to":10}
  },
  {
  	"id": "exp_%0",
  	"attr": "text",
  	"value": "\"exp=\"^IF %0:dom(number_of_visits) THEN REAL_TO_DEC_STRING(Exploration(%0),2) ELSE \"-\" END",
	"for": {"from":1, "to":10}
  },
  {
  	"id": "ucb_%0",
  	"attr": "text",
  	"value": "\"ucb=\"^IF %0:dom(number_of_visits) THEN REAL_TO_DEC_STRING(UCBtot(%0),2) ELSE \"-\" END",
	"for": {"from":1, "to":10}
  },
  {
  	"id": "node%0",
  	"attr": "stroke-width",
  	"value": "IF %0=state THEN 3 ELSE 1 END",
	"for": {"from":1, "to":10}
  },
  {
  	"id": "feedback_text",
  	"attr": "text",
  	"value": "\"Next: \"^IF GET_IS_ENABLED(\"Simulate\")=TRUE THEN \"SIMULATE\" ELSIF GET_IS_ENABLED(\"Select\")=TRUE THEN \"SELECT\" ELSE \"EXPAND\" END"
  }

],
  "events": [
  
    {
      "id": "feedback_text",
	  "event": "Select"
	},
    {
      "id": "feedback_text",
	  "event": "Expand"
	},
    {
      "id": "feedback_text",
	  "event": "Simulate"
	}
  
  ]
}
