JuliaPOMDP / BasicPOMCP.jl

The PO-UCT algorithm (aka POMCP) implemented in Julia
Other
35 stars 17 forks source link

Node tag: newline between N and V in action node #18

Closed mossr closed 3 years ago

mossr commented 3 years ago

When the tree is expanded to the 3rd level, the N and V values overlap (even the README example tree shows this).

I simply added a newline to alleviate this (and updated the tree.png shown in the README, running the exact block of code in the README): image

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 79.888% when pulling 13c9ca10868a15574df9bf057fe09634d33dbd09 on mossr:node_tag into 17faaedc93ca8ba5a5b800b7e0229fc306cdbe4a on JuliaPOMDP:master.

zsunberg commented 3 years ago

Thanks!