JuliaPOMDP / POMDPModels.jl

Problem models for testing POMDPs.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't import `POMDPTools.mean_reward`

WhiffleFish opened this issue · comments

On precompile, using POMDPModels throws the following warning:
WARNING: could not import POMDPTools.mean_reward into POMDPModels

This should be POMDPTools.ModelTools.mean_reward.

This is due to #86 and POMDPTools.ModelTools not exporting mean_reward making it unavailable in the POMDPTools namespace.

fixed by #89