-
Notifications
You must be signed in to change notification settings - Fork 6
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
Do you update this code for Julia 0.6? #22
Comments
Hi @CaoZhong1992, no unfortunately I have not maintained this code and it won't work on 0.6. I think later this spring I will resurrect it for some more research. I don't think it should be too hard to get it to work with 0.6 (maybe fork it an use femptocleaner https://github.com/JuliaComputing/FemtoCleaner.jl), but there are some problems/inefficiencies with this code, so you may want to modify it heavily/use only parts of it. Good luck! Let me know if you have any other questions/want to collaborate. What are your research goals? |
Hello @zsunberg, thanks for your kind reply. |
Hi @CaoZhong1992 , this code only contains the models and experiments. The algorithms themselves are available in the POMDPs.jl package, and they should work with the latest julia version. You should be able to use any problem that can be formulated as a POMDP with our algorithms. Let me know if you need any guidance. |
@zsunberg OK, I see that. I will try to run it first. Thanks so much! |
@zsunberg Hello, could you share the file named "random_periods.jld"? in the notebook "investigate_sim" if possible? |
Hi @CaoZhong1992, unfortunately I don't have a copy of that data on my local machine. I will look on some other servers, later this afternoon, but I may not be able to find it - sorry! |
@zsunberg OK, I see, thanks all the same! Enjoy your weekends |
I looked on the servers and unfortunately it appears that I didn't save a copy of it. |
Dear authors,
Thanks for your work and codes. It's helpful for me.
However, it cannot work on both Julia 0.5 and 0.6 now.
Have you updated it? If yes, could you share it on the github?
Thanks so much!
The text was updated successfully, but these errors were encountered: