JuliaPOMDP / JuliaPOMDP/POMDPModelTools.jl
rerender(ctx, mdp, step)
Open
- Dominant language
- Julia
- Stars
- 8
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
For performance, it is sometimes useful to re-display something rather than starting from scratch.
In the visualization interface, we may want to add `rerender(ctx, mdp, step)`, which, by default just calls `render(mdp, step)` to provide for this.
This would be similar to julia's `redisplay` https://docs.julialang.org/en/v1/base/io-network/#Base.Multimedia.redisplay
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.