Filippos Christou

Results 41 issues of Filippos Christou

POMDPs.jl [supports state-dependent action spaces](https://juliapomdp.github.io/POMDPs.jl/stable/def_pomdp/#state-dep-action) However, DeepQLearning.jl is always picking the full action space. That's because the `solve` enumerates the actions once [here](https://github.com/JuliaPOMDP/DeepQLearning.jl/blob/e62ac7626c7a2f4b2b981208a3bb557e71f7d327/src/solver.jl#L41C5-L41C15), hands them into the policy, which are...

How does this package compare to MetaGraphsNext.jl ? Are there any differences in the targeted use-cases, because to me they look very similar ?

Not to merge

do not merge
to-benchmark

Would be nice if we would have observables that track the remote value and are automatically updated when the value on the remote is changed. Let me know if that...

Redesign for https://github.com/c42f/RemoteREPL.jl/pull/45 # Novelties and summary In #45 we discussed that it would be better to use the underlying protocol to change the module. It became clear that this...

After I close a the server socket and exit the client REPL I get the following error: ``` error in running finalizer: Base.IOError(msg="write: broken pipe (EPIPE)", code=-32) uv_write at ./stream.jl:1066...

Currently `remote_repl` returns a connection and writes to the global `_repl_client_connection`. And `connect_repl` doesn't return a connection but also writes to the global `_repl_client_connection`. I find this behavior inconsistent. Is...

It would be nice if there was a version of MetaGraphs that didn't need the explicit label definition from the user. I guess something similar to [AttributeGraphs.jl](https://github.com/UniStuttgart-IKR/AttributeGraphs.jl). `OAttributeGraph` models the...

enhancement

It seems that there are discussions about changing the name of the package and I would like to collect future discussion in one place. So, please feel free to post...

question

Similar to Julia's `Base.get` would be nice to have `get_prop(mgr::AbstractMetaGraph, v, defaultvalue)`, `get_prop(mgr::AbstractMetaGraph, n1, n2, defaultvalue)` and so on. The implementation should be super easy. Just checking with `has_prop` and...