-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests still contain "using RLInterface" #63
Comments
Well, I find the issue. I wanted to take a look at how to use DeepQLearning with POMDPs. There is an example with SubHunt.jl. Unfortunately not up to date. |
Ok, so you are saying that there actually is not any problem related to RLInterface, right now? @MaximeBouton , could you leave a short comment explaining what prototype.jl and flux_test.jl are in those files?
Where is the example? After loading POMDPModelTools, you should be able to do |
I was looking for an example on how to use POMDPs with DeepQLearning.jl, found the prototype,jl where @MaximeBouton probably tested out if solver correctly works with SubHunt.jl. Then I somehow found out that RLInterface.jl is deprecated. I think it may be beneficial to have an example POMDPs usage. SubHunt could serve as that. |
@Omastto1 thank you for reporting this, I should remove this prototype.jl file. (let's close once I remove the file) |
I think that is redundant as we switched to CommonRLInterface and RLInterface is no longer in dependencies.
The text was updated successfully, but these errors were encountered: