You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made a fork of this repo with the POMDPGym.jl dependency stripped off, so that the rest of the package can be installed without error in the latest Julia 1.11: https://github.com/zengmao/Crux.jl
POMDPGym.jl is apparently broken, or at least hard to install, in the latest Julia versions due to Python package management issues. If this can be fixed, or if an alternative interface with OpenAI Gym / Gymnasium can be found, it would be the best scenario. An alternative approach, as in my experiment with the forked repo, is to trim down the package to a pure Julia core.
The text was updated successfully, but these errors were encountered:
Looks like @mossr has already made commits to do this. Thanks! Since POMDPGym.jl has also been fixed, in principle it can be treated as Test-specific dependencies supported by Pkg.jl.
I've made a fork of this repo with the POMDPGym.jl dependency stripped off, so that the rest of the package can be installed without error in the latest Julia 1.11:
https://github.com/zengmao/Crux.jl
POMDPGym.jl is apparently broken, or at least hard to install, in the latest Julia versions due to Python package management issues. If this can be fixed, or if an alternative interface with OpenAI Gym / Gymnasium can be found, it would be the best scenario. An alternative approach, as in my experiment with the forked repo, is to trim down the package to a pure Julia core.
The text was updated successfully, but these errors were encountered: