Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
fixed visualization bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Jan 28, 2017
1 parent 2b7a038 commit 98cc65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualization.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import JSON
import MCTS: node_tag, tooltip_tag, blink
import MCTS: AbstractTreeVisualizer, node_tag, tooltip_tag, create_json, blink

type POMCPTreeVisualizer <: AbstractTreeVisualizer
node::BeliefNode
Expand Down

0 comments on commit 98cc65b

Please sign in to comment.