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
The TRPO and PPO implementations are general enough to be in their own solver package in the POMDPs.jl ecosystem. I've already encapsulated these solvers into the DeepRL module.
Some TODOs:
Extract AST specific code and generalize TRPO and PPO solvers
Test on different POMDPs.jl example
Among other things to be appended to this list.
The text was updated successfully, but these errors were encountered:
cool, then that is kind of consistent with DeepQLearning.jl
RLInterface will need to be registered to general before you register PolicyOptimization.jl btw
mossr
changed the title
Move DeepRL.jl module to separate package
Move TRPO/PPO to new package: PolicyOptimization.jl
Sep 10, 2020
The TRPO and PPO implementations are general enough to be in their own solver package in the POMDPs.jl ecosystem. I've already encapsulated these solvers into the DeepRL module.
Some TODOs:
Among other things to be appended to this list.
The text was updated successfully, but these errors were encountered: