JuliaPOMDP / JuliaPOMDP/QuickPOMDPs.jl

rendering for DiscreteExplicitPOMDP

Open
#4 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
28
Forks
7
PR merge metrics
No merged PRs in 30d

Description

It seems reasonable that someone might want to add visualization or something to their `DiscreteExplicitPOMDP` or MDP.

To do this, they might need to provide new methods for their specific problem. Perhaps we should provide a key to dispatch on.

```
struct DiscreteExplicitPOMDP{KEY, ...}
...
end

function DiscreteExplicitPOMDP(...; ..., typekey::Symbol=Symbol())
...
return DiscreteExplicitPOMDP{typekey, ...}(...)
end
```

Then someone can write
```
render(m::DiscreteExplicitPOMDP{:mykey}, step)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the definition and constructor for DiscreteExplicitPOMDP, then review how model-specific methods are currently dispatched. Determine whether a type key is the intended extension point for rendering or other custom behavior. Done means the API design is agreed and the relevant dispatch behavior is implemented with coverage for the proposed use case.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
backend-api-design
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.