JuliaPOMDP / JuliaPOMDP/QuickPOMDPs.jl

functions with different numbers of arguments

Open
#7 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

Right now, if you do

```julia
m = QuickMDP(
...
reward = (s, a) -> s^2
...
)
```

```
reward(m, s, a, sp)
```
will not work.

Not sure what the best way to fix this is.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the QuickMDP reward handling and the reward(m, s, a, sp) entry point. Determine the intended behavior when the configured reward function accepts fewer arguments, then add coverage demonstrating the supported call forms and confirming the desired result.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
backend-api-design
Issue type
Bug
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.